updated Dockerfile
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
FROM python:3-alpine
|
FROM python:3-alpine
|
||||||
COPY requirements.txt ./
|
COPY ./requirements.txt ./
|
||||||
WORKDIR /usr/src/app/
|
WORKDIR /usr/src/app/
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user