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