This commit is contained in:
2023-10-06 01:49:34 +03:00
parent 8de2eb385b
commit 0e8e8f4d04
2 changed files with 2 additions and 1 deletions

View File

@@ -5,5 +5,6 @@ EXPOSE 8080
# ADD nginx.conf.sigil ./
COPY requirements.txt .
RUN apt update && apt install -y build-essential git
ENV GIT_SSH_COMMAND="ssh -v"
RUN pip install -r requirements.txt
COPY . .