Builds for
1 pipeline
failed
in
1 minute 15 seconds
http를 https로 리다이렉트하도록 설정
Showing
3 changed files
with
7 additions
and
0 deletions
... | @@ -20,5 +20,6 @@ COPY web/default.conf /etc/nginx/conf.d/default.conf | ... | @@ -20,5 +20,6 @@ COPY web/default.conf /etc/nginx/conf.d/default.conf |
20 | COPY --from=build /usr/web/build /usr/web/build | 20 | COPY --from=build /usr/web/build /usr/web/build |
21 | 21 | ||
22 | EXPOSE 443 | 22 | EXPOSE 443 |
23 | +EXPOSE 80 | ||
23 | 24 | ||
24 | CMD ["nginx", "-g", "daemon off;"] | 25 | CMD ["nginx", "-g", "daemon off;"] | ... | ... |
-
Please register or login to post a comment