redeploy
This commit is contained in:
parent
76704c18a9
commit
d5ed492554
|
@ -2,7 +2,6 @@ FROM python:slim
|
|||
WORKDIR /app
|
||||
|
||||
EXPOSE 80
|
||||
# ADD nginx.conf.sigil ./
|
||||
COPY requirements.txt .
|
||||
RUN apt-get update && apt-get install -y gcc && pip install -r requirements.txt
|
||||
COPY . .
|
||||
|
|
Loading…
Reference in New Issue
Block a user