Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
sygal-import-ws
Commits
f46674e1
Commit
f46674e1
authored
Jan 17, 2020
by
Bertrand Gauthier
Browse files
Correction du Dockerfile comme sur le master
parent
95b8c210
Pipeline
#6137
passed with stage
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
f46674e1
###########################################################################################
#
# Image pour le dev.
#
###########################################################################################
ARG
PHP_VERSION
...
...
@@ -20,7 +15,7 @@ ADD docker/apache-ports.conf ${APACHE_CONF_DIR}/ports.conf
ADD
docker/apache-site.conf ${APACHE_CONF_DIR}/sites-available/app.conf
ADD
docker/apache-site-ssl.conf ${APACHE_CONF_DIR}/sites-available/app-ssl.conf
ADD
docker/fpm/pool.d/app.conf ${PHP_CONF_DIR}/fpm/pool.d/app.conf
ADD
docker/fpm/conf.d/app.ini ${PHP_CONF_DIR}/fpm/conf.d/
90-app.ini
ADD
docker/fpm/conf.d/app.ini ${PHP_CONF_DIR}/fpm/conf.d/
RUN
a2ensite app app-ssl
&&
\
service php
${
PHP_VERSION
}
-fpm
reload
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment