mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-25 18:37:47 +02:00
add docker image
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
FROM python:3.7.0
|
||||
|
||||
|
||||
ADD server.py /
|
||||
ADD static /
|
||||
ADD templates /
|
||||
ADD requirements.txt /
|
||||
|
||||
RUN pip install --requirement requirements.txt
|
||||
|
||||
ENTRYPOINT [ "python", "./server.py" ]
|
||||
Reference in New Issue
Block a user