File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ RUN apt-get update && \
77 apt-get --no-install-recommends install -y ssl-cert && \
88 apt-get clean && \
99 rm -rf /var/lib/apt/lists/* && \
10- make-ssl-cert generate-default-snakeoil && \
1110 a2enmod ssl
1211
1312WORKDIR /data
Original file line number Diff line number Diff line change 2020# Run database migrations
2121/data/yii migrate --interactive=0
2222
23+ make-ssl-cert generate-default-snakeoil
24+
2325# Start apache
2426apache2ctl start
2527
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ if [[ $APP_ENV == "dev" ]]; then
3434 apt-get update && apt-get install -y php-xdebug
3535fi
3636
37+ make-ssl-cert generate-default-snakeoil
38+
3739if [[ $PARAMETER_STORE_PATH ]]; then
3840 config-shim -v --path $PARAMETER_STORE_PATH apache2ctl -k start -D FOREGROUND
3941else
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ services:
3333 image : phpmyadmin:5
3434 ports :
3535 - " 51151:80"
36- - " 51151 :443"
36+ - " 51153 :443"
3737 environment :
3838 PMA_HOST : db
3939 PMA_USER : idpmgmt
You can’t perform that action at this time.
0 commit comments