no-sigil-here2
This commit is contained in:
@@ -2,7 +2,7 @@ FROM python:slim
|
||||
WORKDIR /app
|
||||
|
||||
EXPOSE 8080
|
||||
ADD nginx.conf.sigil ./
|
||||
# ADD nginx.conf.sigil ./
|
||||
COPY requirements.txt .
|
||||
RUN apt update && apt install -y build-essential git
|
||||
RUN pip install -r requirements.txt
|
||||
|
Reference in New Issue
Block a user