File tree Expand file tree Collapse file tree 7 files changed +12
-1
lines changed Expand file tree Collapse file tree 7 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,5 @@ COPY admin/config/nginx.conf /etc/nginx/nginx.conf
23
23
24
24
# 各言語のインストールに必要なもの下準備
25
25
RUN apt-get install -y curl git gcc make libssl-dev libreadline-dev
26
- COPY run.sh /home/ishocon/run.sh
27
26
28
27
USER ishocon
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ COPY admin/config/bashrc /home/ishocon/.bashrc
17
17
WORKDIR /home/ishocon
18
18
EXPOSE 443
19
19
20
+ COPY run.sh /home/ishocon/run.sh
21
+
20
22
COPY docker/app/entrypoint.sh /home/ishocon/docker/app/entrypoint.sh
21
23
ENTRYPOINT ["/home/ishocon/docker/app/entrypoint.sh" ]
22
24
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ COPY admin/config/bashrc /home/ishocon/.bashrc
19
19
WORKDIR /home/ishocon
20
20
EXPOSE 443
21
21
22
+ COPY run.sh /home/ishocon/run.sh
23
+
22
24
COPY docker/app/entrypoint.sh /home/ishocon/docker/app/entrypoint.sh
23
25
ENTRYPOINT ["/home/ishocon/docker/app/entrypoint.sh" ]
24
26
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ RUN cd /home/ishocon/webapp/nodejs && \
18
18
WORKDIR /home/ishocon
19
19
EXPOSE 443
20
20
21
+ COPY run.sh /home/ishocon/run.sh
22
+
21
23
COPY docker/app/entrypoint.sh /home/ishocon/docker/app/entrypoint.sh
22
24
ENTRYPOINT ["/home/ishocon/docker/app/entrypoint.sh" ]
23
25
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ RUN cd /home/ishocon/webapp/php && \
21
21
WORKDIR /home/ishocon
22
22
EXPOSE 443
23
23
24
+ COPY run.sh /home/ishocon/run.sh
25
+
24
26
COPY docker/app/entrypoint.sh /home/ishocon/docker/app/entrypoint.sh
25
27
ENTRYPOINT ["/home/ishocon/docker/app/entrypoint.sh" ]
26
28
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ RUN LC_ALL=C.UTF-8 && LANG=C.UTF-8 && cd /home/ishocon/webapp/python && \
24
24
WORKDIR /home/ishocon
25
25
EXPOSE 443
26
26
27
+ COPY run.sh /home/ishocon/run.sh
28
+
27
29
COPY docker/app/entrypoint.sh /home/ishocon/docker/app/entrypoint.sh
28
30
ENTRYPOINT ["/home/ishocon/docker/app/entrypoint.sh" ]
29
31
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ RUN cd /home/ishocon/webapp/ruby && sudo gem install bundler -v "1.16.1" && bund
22
22
WORKDIR /home/ishocon
23
23
EXPOSE 443
24
24
25
+ COPY run.sh /home/ishocon/run.sh
26
+
25
27
COPY docker/app/entrypoint.sh /home/ishocon/docker/app/entrypoint.sh
26
28
ENTRYPOINT ["/home/ishocon/docker/app/entrypoint.sh" ]
27
29
You can’t perform that action at this time.
0 commit comments