mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-15 06:13:01 +00:00
Fix docker build
This commit is contained in:
parent
35127cad31
commit
ff8c94ac55
@ -71,7 +71,7 @@ COPY requirements.txt $G4F_DIR
|
||||
RUN pip install --upgrade pip && pip install -r requirements.txt
|
||||
|
||||
# Copy the entire package into the container.
|
||||
ADD --chown=$G4F_USER:$G4F_USER g4f $G4F_DIR/
|
||||
ADD --chown=$G4F_USER:$G4F_USER g4f $G4F_DIR/g4f
|
||||
|
||||
# Expose ports
|
||||
EXPOSE 8080 1337
|
Loading…
Reference in New Issue
Block a user