docker
This commit is contained in:
parent
b2c7c4f056
commit
d0c5df17bd
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM python:3.8.2
|
||||
RUN pip install -r /426135-paranormal/req.txt && wget -O /426135-paranormal/geval wget https://gonito.net/get/bin/geval && chmod u+x /426135-paranormal/geval
|
||||
WORKDIR /426135-paranormal
|
||||
CMD ['bash', 'run.sh']
|
Loading…
Reference in New Issue
Block a user