Skip to content

Commit

Permalink
Changing Entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
madereddy committed Nov 10, 2023
1 parent ff03e8b commit 3ea2714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ WORKDIR /app
# Make sure you update Python version in path
COPY --from=builder /home/nonroot/.local/lib/python3.12/site-packages /home/nonroot/.local/lib/python3.12/site-packages

COPY . /
COPY . .

ENTRYPOINT [ "python", "/noisy.py"]
ENTRYPOINT [ "python", "/app/noisy.py", "--config", "/app/config.json"]

0 comments on commit 3ea2714

Please sign in to comment.