dockerfile-fix2
This commit is contained in:
@@ -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 . .
|
||||
|
Reference in New Issue
Block a user