Mohammed Foud commited on
Commit
cdecc1a
·
1 Parent(s): 02317a2
Files changed (1) hide show
  1. 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 python s.py
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