local dev with sqlite, exposing port 8080

This commit is contained in:
2021-08-12 10:55:35 +03:00
parent fbb8a0e93d
commit 12c3f6a006
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
FROM python:3.8
EXPOSE 80
EXPOSE 8080
RUN /usr/local/bin/python -m pip install --upgrade pip