Mohammed Foud
commited on
Commit
·
cdecc1a
1
Parent(s):
02317a2
app1
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -85,6 +85,6 @@ RUN pip install --upgrade pip && pip install -r requirements.txt
|
|
| 85 |
|
| 86 |
# Copy the entire package into the container.
|
| 87 |
ADD --chown=$G4F_USER:$G4F_USER g4f $G4F_DIR/g4f
|
| 88 |
-
RUN
|
| 89 |
# Expose ports
|
| 90 |
EXPOSE 80 7860
|
|
|
|
| 85 |
|
| 86 |
# Copy the entire package into the container.
|
| 87 |
ADD --chown=$G4F_USER:$G4F_USER g4f $G4F_DIR/g4f
|
| 88 |
+
RUN ls
|
| 89 |
# Expose ports
|
| 90 |
EXPOSE 80 7860
|