fix
This commit is contained in:
@@ -6,4 +6,9 @@ RUN python3 -m venv venv
|
||||
RUN venv/bin/python3 -m ensurepip
|
||||
RUN venv/bin/pip3 install --no-cache --upgrade pip setuptools
|
||||
|
||||
RUN mkdir /code
|
||||
WORKDIR /code
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN venv/bin/pip install requirements.txt
|
||||
|
||||
ENTRYPOINT [ "venv/bin/python3", "main.py" ]
|
||||
Reference in New Issue
Block a user