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 a96d228 commit 5a14c6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ EXPOSE 3000
# #nginx.conf(설정파일 복사)
# COPY nginx.conf /etc/nginx/nginx.conf

# SSL 인증서 갱신을 위한 cron 스크립트 복사
# #SSL 인증서 갱신을 위한 cron 스크립트 복사
# COPY renew_ssl_cert.sh /renew_ssl_cert.sh

# 스크립트 권한 부여
# #스크립트 권한 부여
# RUN chmod +x /renew_ssl_cert.sh

# cron 작업 추가
# #cron 작업 추가
# RUN echo "0 0 1 * * root /renew_ssl_cert.sh" >> /etc/crontab

# #port
Expand Down

0 comments on commit 5a14c6c

Please sign in to comment.