diff options
author | terminaldweller <thabogre@gmail.com> | 2021-09-24 09:30:08 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-09-24 09:30:08 +0000 |
commit | 96b963fc1ab6e6d20581908e19e36cd01f2cf47b (patch) | |
tree | e8c014f880e2d0a0f3419c252cfb56ad5b3d99c2 /Dockerfile | |
parent | added typehints and comments (diff) | |
download | devourer-96b963fc1ab6e6d20581908e19e36cd01f2cf47b.tar.gz devourer-96b963fc1ab6e6d20581908e19e36cd01f2cf47b.zip |
WIP
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,5 +23,5 @@ FROM python-base as production ENV FASTAPI_ENV=production COPY --from=builder-base $VENV_PATH $VENV_PATH COPY ./main.py $PYSETUP_PATH/main.py -ENTRYPOINT $PYSETUP_PATH/main.py +ENTRYPOINT ["$PYSETUP_PATH/main.py"] # CMD ["--source", "https://github.com/coinpride/CryptoList"] |