dockerfile-fix2

This commit is contained in:
Untone 2024-01-24 10:59:34 +03:00
parent 3e062b4346
commit e6471280d5

View File

@ -4,6 +4,6 @@ WORKDIR /app
EXPOSE 8080
ADD nginx.conf.sigil ./
COPY requirements.txt .
RUN apt update && apt install -y git
RUN apt update && apt install -y git gcc curl
RUN pip install -r requirements.txt
COPY . .