Skip to content

Commit 1a2a9d9

Browse files
committed
update docker & deploy
1 parent 24c589d commit 1a2a9d9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

staging/https-nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ RUN chmod 644 /usr/share/nginx/html/index2.html && \
2727
apt-get clean && \
2828
rm -rf /var/lib/apt/lists/*
2929

30-
# Override at kubernetes deployment template
30+
WORKDIR /home
3131
CMD ["./auto-reload-nginx.sh"]

staging/https-nginx/nginx-app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ spec:
3737
containers:
3838
- name: nginxhttps
3939
image: ymqytw/nginxhttps:1.5
40-
command: ["/home/auto-reload-nginx.sh"]
4140
ports:
4241
- containerPort: 443
4342
- containerPort: 80

0 commit comments

Comments
 (0)