port=80
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
FROM python:slim
|
||||
WORKDIR /app
|
||||
|
||||
EXPOSE 8080
|
||||
EXPOSE 80
|
||||
# ADD nginx.conf.sigil ./
|
||||
COPY requirements.txt .
|
||||
RUN apt update && apt install -y build-essential git
|
||||
RUN apt-get update && apt-get install -y build-essential git
|
||||
ENV GIT_SSH_COMMAND "ssh -v"
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . .
|
||||
|
Reference in New Issue
Block a user