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 24c589d commit 1a2a9d9Copy full SHA for 1a2a9d9
staging/https-nginx/Dockerfile
@@ -27,5 +27,5 @@ RUN chmod 644 /usr/share/nginx/html/index2.html && \
27
apt-get clean && \
28
rm -rf /var/lib/apt/lists/*
29
30
-# Override at kubernetes deployment template
+WORKDIR /home
31
CMD ["./auto-reload-nginx.sh"]
staging/https-nginx/nginx-app.yaml
@@ -37,7 +37,6 @@ spec:
37
containers:
38
- name: nginxhttps
39
image: ymqytw/nginxhttps:1.5
40
- command: ["/home/auto-reload-nginx.sh"]
41
ports:
42
- containerPort: 443
43
- containerPort: 80
0 commit comments