Skip to content

Commit

Permalink
go: fix conf file copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mickamy committed Jan 8, 2024
1 parent 0994ae9 commit 8ed3d03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/app/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ WORKDIR /home/ishocon
# スクリプト配置
COPY --chown=ishocon:ishocon --chmod=777 scripts/ /home/ishocon/scripts/

# 頻繁に書き換えるファイルのコピー
COPY admin/config/my.app.cnf /etc/mysql/my.cnf
COPY admin/config/nginx.conf /etc/nginx/nginx.conf

COPY run.sh /home/ishocon/run.sh

0 comments on commit 8ed3d03

Please sign in to comment.