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 e0ef868 commit 98068c0Copy full SHA for 98068c0
Jenkinsfile
@@ -192,7 +192,7 @@ pipeline {
192
}
193
post {
194
always {
195
- sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
+ //sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
196
sh 'echo Reverting ownership'
197
sh 'docker run --rm -v $(pwd):/data ${DOCKER_CI_TOOLS} chown -R $(id -u):$(id -g) /data'
198
docker/dev/Dockerfile
@@ -6,7 +6,6 @@ ENV SUPPRESS_NO_CONFIG_WARNING=1
6
ENV S6_FIX_ATTRS_HIDDEN=1
7
8
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
9
- && rm -rf /etc/nginx \
10
&& apk update \
11
&& apk add python2 certbot jq \
12
&& rm -rf /var/cache/apk/*
0 commit comments