Skip to content
Snippets Groups Projects
Commit 0e55e72a authored by Marko Rintamäki's avatar Marko Rintamäki
Browse files

Update Dockerfile

parent 47f912ca
No related branches found
No related tags found
No related merge requests found
Pipeline #755303 passed
...@@ -66,8 +66,13 @@ RUN if [ -x "$(command -v apache2-foreground)" ]; then a2enmod rewrite; fi ...@@ -66,8 +66,13 @@ RUN if [ -x "$(command -v apache2-foreground)" ]; then a2enmod rewrite; fi
# PHP configuration # PHP configuration
COPY config_files/php.ini /usr/local/etc/php/ COPY config_files/php.ini /usr/local/etc/php/
# Allow exection for entrypoint
RUN ["chmod", "+x", "/tmp/docker_run.sh"]
# Run # Run
# CMD ["/tmp/docker_run.sh"] CMD ["/tmp/docker_run.sh"]
# For Debugging purposes only # For Debugging purposes only
CMD ["sleep","3600"] # CMD ["sleep","3600"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment