Skip to content

Commit

Permalink
Merge pull request #54 from harshraj22/subscription
Browse files Browse the repository at this point in the history
small fix for data_population service
  • Loading branch information
harshraj22 authored Feb 7, 2023
2 parents 310452c + 9ba94e9 commit 234ae89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Build and push dis-sim-data-population
uses: docker/build-push-action@v3
with:
context: ./src/similarity/.
context: ./src/data_population/.
file: ./src/data_population/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ services:

data_population:
build: './src/data_population'
# image: harshraj22/dis_sim_api
image: harshraj22/dis_sim_data_population
environment:
- REDIS_URL=redis
- REDIS_PORT=6379
Expand Down

0 comments on commit 234ae89

Please sign in to comment.