Don't wipe out nginx dir, keeps luajit
This commit is contained in:
parent
8d2f49541c
commit
c631537dbe
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ ENV S6_FIX_ATTRS_HIDDEN=1
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
|
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
|
||||||
&& rm -rf /etc/nginx \
|
|
||||||
&& apk update \
|
&& apk update \
|
||||||
&& apk add python2 certbot jq \
|
&& apk add python2 certbot jq \
|
||||||
&& rm -rf /var/cache/apk/*
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
Loading…
Reference in a new issue