Add DOckerfile

This commit is contained in:
mont5piques 2022-12-20 08:16:37 +00:00
parent 2b26134b6a
commit c959d9fdd4

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM alpine:latest
RUN apk add py3-flask py3-waitress \
py3-pip vim bash
RUN pip3 install --no-cache-dir flask_restful
ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1