dockerized it
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM debian8_python3
|
||||
|
||||
ADD app /app
|
||||
RUN pip3 install -r /app/requirements.txt
|
||||
RUN (cd /app; python3 init.py)
|
||||
ENTRYPOINT python3 /app/main.py
|
||||
Reference in New Issue
Block a user