matthews-totw/Dockerfile
2024-09-25 19:39:57 -05:00

6 lines
49 B
Docker

FROM 3.12.6-alpine
COPY . /app
CMD [flask run]