initial
This commit is contained in:
7
code/Dockerfile
Normal file
7
code/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3
|
||||
COPY requirements.txt /requirements.txt
|
||||
RUN pip3 install --upgrade pip
|
||||
RUN pip3 install -r /requirements.txt
|
||||
COPY . /code/
|
||||
WORKDIR /code
|
||||
CMD ./start.me
|
||||
Reference in New Issue
Block a user