From c959d9fdd40456abada389af5f1ec071c308a066 Mon Sep 17 00:00:00 2001 From: mont5piques Date: Tue, 20 Dec 2022 08:16:37 +0000 Subject: [PATCH] Add DOckerfile --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..b4d2fa0 --- /dev/null +++ b/Dockerfile @@ -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 \ No newline at end of file