fix Dockerfile
This commit is contained in:
@@ -4,7 +4,7 @@ FROM python:3.12-slim
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pop install --no-cache-dir -rrequirements.txt
|
RUN pop install --no-cache-dir -requirements.txt
|
||||||
|
|
||||||
COPY app/ ./app/
|
COPY app/ ./app/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user