Skip to content

Commit

Permalink
Add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
winterjung committed Oct 28, 2022
1 parent b123152 commit 52fa1a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM python:3.8.2-slim-buster

ENV PYTHONUNBUFFERED=1

WORKDIR /app

COPY main.py main.py

ENTRYPOINT ["python", "/app/main.py"]
3 changes: 0 additions & 3 deletions entrypoint.sh

This file was deleted.

0 comments on commit 52fa1a1

Please sign in to comment.