no-sigil-here2

This commit is contained in:
Tony Rewin 2023-10-06 01:02:51 +03:00
parent ffa3fbb252
commit 720d8a4a68

View File

@ -2,7 +2,7 @@ FROM python:slim
WORKDIR /app WORKDIR /app
EXPOSE 8080 EXPOSE 8080
ADD nginx.conf.sigil ./ # ADD nginx.conf.sigil ./
COPY requirements.txt . COPY requirements.txt .
RUN apt update && apt install -y build-essential git RUN apt update && apt install -y build-essential git
RUN pip install -r requirements.txt RUN pip install -r requirements.txt