aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-09-24 09:30:08 +0000
committerterminaldweller <thabogre@gmail.com>2021-09-24 09:30:08 +0000
commit96b963fc1ab6e6d20581908e19e36cd01f2cf47b (patch)
treee8c014f880e2d0a0f3419c252cfb56ad5b3d99c2 /Dockerfile
parentadded typehints and comments (diff)
downloaddevourer-96b963fc1ab6e6d20581908e19e36cd01f2cf47b.tar.gz
devourer-96b963fc1ab6e6d20581908e19e36cd01f2cf47b.zip
WIP
Diffstat (limited to '')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 558380c..7e5641c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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"]