Skip to content

Commit

Permalink
dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Chebyshev committed Mar 20, 2021
1 parent bcbe191 commit 1c50206
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 @@ -14,6 +14,6 @@ VOLUME /db_data
VOLUME /jsons
WORKDIR "."
EXPOSE 3000
COPY initialize.py initialize.py
COPY bot-config.yml bot-config.yml
COPY app app
ENTRYPOINT ["python3", "-m", "app"]
ENTRYPOINT ["python3", "-m", "app", "-p"]

0 comments on commit 1c50206

Please sign in to comment.