更新 Dockerfile

This commit is contained in:
jxxghp 2023-07-22 22:34:59 +08:00 committed by GitHub
parent 7c3cdfafce
commit 27418b7006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ ENV LANG="C.UTF-8" \
WORKDIR "/app" WORKDIR "/app"
COPY . . COPY . .
RUN apt-get update \ RUN apt-get update \
&& apt-get -y install musl-dev nginx \ && apt-get -y install musl-dev nginx gettext-base \
&& mkdir -p /etc/nginx \ && mkdir -p /etc/nginx \
&& cp -f nginx.conf /etc/nginx/nginx.template.conf \ && cp -f nginx.conf /etc/nginx/nginx.template.conf \
&& pip install -r requirements.txt \ && pip install -r requirements.txt \