Docker files

This commit is contained in:
2021-11-17 21:16:06 +00:00
parent 66fc0086a3
commit d7fe29fa16

View File

@@ -12,4 +12,5 @@ RUN pip install flask
WORKDIR /app/ WORKDIR /app/
COPY . . COPY . .
RUN ls
CMD flask run CMD flask run