Skip to content

Commit

Permalink
fix: add command to enable datapuller-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
adit-bala committed Dec 4, 2024
1 parent 3285ff0 commit 0eb3d4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ COPY --from=datapuller-builder /datapuller/out/full/ .
ENTRYPOINT ["turbo", "run", "runDatapuller", "--filter=datapuller"]

FROM datapuller-dev AS datapuller-prod
# ENTRYPOINT ["turbo", "run", "runDatapuller", "--filter=datapuller", "--env-mode=loose"]
WORKDIR /datapuller
#ENTRYPOINT ["turbo", "run", "runDatapuller", "--filter=datapuller", "--env-mode=loose"]

# backend
FROM base AS backend-builder
Expand Down

0 comments on commit 0eb3d4f

Please sign in to comment.