We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2f495 commit c631537Copy full SHA for c631537
docker/Dockerfile
@@ -16,7 +16,6 @@ ENV S6_FIX_ATTRS_HIDDEN=1
16
ENV NODE_ENV=production
17
18
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
19
- && rm -rf /etc/nginx \
20
&& apk update \
21
&& apk add python2 certbot jq \
22
&& rm -rf /var/cache/apk/*
0 commit comments