Update Dockerfile

This commit is contained in:
H Lohaus 2023-12-14 18:43:41 +01:00 committed by GitHub
parent e783a7a00c
commit 343512ecfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,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=$SEL_USER:$SEL_GROUP g4f $G4F_DIR/
ADD --chown=$SEL_USER:$SEL_USER g4f $G4F_DIR/
# Expose ports
EXPOSE 8080 1337