forked from lab/TestDepot
Add DOckerfile
This commit is contained in:
parent
2b26134b6a
commit
c959d9fdd4
6
Dockerfile
Normal file
6
Dockerfile
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user