Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -26,9 +26,8 @@ WORKDIR /app
|
|
26 |
COPY . .
|
27 |
COPY . .env
|
28 |
|
29 |
-
RUN
|
30 |
# --mount=type=bind,source=requirements.txt,target=requirements.txt \
|
31 |
-
python -m pip install -r requirements.txt
|
32 |
|
33 |
# Expose the port that the application listens on.
|
34 |
EXPOSE 8000
|
|
|
26 |
COPY . .
|
27 |
COPY . .env
|
28 |
|
29 |
+
RUN python -m pip install -r requirements.txt
|
30 |
# --mount=type=bind,source=requirements.txt,target=requirements.txt \
|
|
|
31 |
|
32 |
# Expose the port that the application listens on.
|
33 |
EXPOSE 8000
|