We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67e806 commit 1461658Copy full SHA for 1461658
{{cookiecutter.project_slug}}/Dockerfile
@@ -13,4 +13,4 @@ RUN pip install --upgrade pip && \
13
14
COPY . ./
15
ENV PYTHONPATH app
16
-CMD python app/main.py
+ENTRYPOINT ["python", "app/main.py"]
0 commit comments