Skip to content

Commit 37a220a

Browse files
Create .dockerfile
1 parent e045166 commit 37a220a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM python:3.8-alpine
2+
RUN mkdir /app
3+
ADD . /app
4+
WORKDIR /app
5+
RUN pip install -r requirements.txt
6+
CMD ["python", "app.py"]

0 commit comments

Comments
 (0)