Skip to content

Commit

Permalink
refactor(#380)dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
2swo committed Mar 26, 2024
1 parent d274174 commit a96d228
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ EXPOSE 3000
# #nginx 이미지 사용
# FROM nginx:latest

# #nignx와 certbot 설치
# RUN apt-get update && apt-get install -y certbot python3-certbot-nginx
# #nignx와 certbot 설치 -(+인증서 갱신을 위한 cron)
# RUN apt-get update && apt-get install -y certbot python3-certbot-nginx cron

# #nginx.conf(설정파일 복사)
# COPY nginx.conf /etc/nginx/nginx.conf
Expand All @@ -58,7 +58,6 @@ EXPOSE 3000
# cron 작업 추가
# RUN echo "0 0 1 * * root /renew_ssl_cert.sh" >> /etc/crontab


# #port
# EXPOSE 80
# EXPOSE 443
Expand Down

0 comments on commit a96d228

Please sign in to comment.