Skip to content

Commit

Permalink
👷 update .Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lleans committed Apr 21, 2024
1 parent 3d76642 commit 67ee992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ COPY . /app
WORKDIR /app
RUN pip3 install -Ur requirements.txt

CMD python3 router.py
ENTRYPOINT [ "python3", "router.py" ]

0 comments on commit 67ee992

Please sign in to comment.