Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteb1b073

Browse files
committed
Changed references to mysql-start.sh in Dockerfile.
1 parent64c914e commiteb1b073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update
44
RUN apt-get -y upgrade
55
RUN apt-get -y install mysql-client mysql-server apache2 libapache2-mod-php5 pwgen python-setuptools vim-tiny
66
RUN easy_install supervisor
7-
ADD ./mysql-root-chpw.sh /mysql-root-chpw.sh
7+
ADD ./mysql-start.sh /mysql-start.sh
88
ADD ./foreground.sh /etc/apache2/foreground.sh
99
ADD ./supervisord.conf /etc/supervisord.conf
10-
RUN chmod 755 /mysql-root-chpw.sh
10+
RUN chmod 755 /mysql-start.sh

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp