lintbump
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FROM python:3.10
|
||||
FROM python:slim
|
||||
WORKDIR /app
|
||||
|
||||
EXPOSE 8080
|
||||
ADD nginx.conf.sigil ./
|
||||
RUN /usr/local/bin/python -m pip install --upgrade pip
|
||||
WORKDIR /usr/src/app
|
||||
COPY requirements.txt ./
|
||||
COPY requirements.txt .
|
||||
RUN apt update && apt install -y git
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . .
|
||||
|
Reference in New Issue
Block a user