Update Dockerfile

user
H Lohaus 5 months ago committed by GitHub
parent e783a7a00c
commit 343512ecfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
Loading…
Cancel
Save