Skip to content

Commit 1461658

Browse files
Add support to catch O.S signal
1 parent a67e806 commit 1461658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ RUN pip install --upgrade pip && \
1313

1414
COPY . ./
1515
ENV PYTHONPATH app
16-
CMD python app/main.py
16+
ENTRYPOINT ["python", "app/main.py"]

0 commit comments

Comments
 (0)