Skip to content
Snippets Groups Projects
Commit f93ffb5f authored by PEREZ-RAMIREZ Julian's avatar PEREZ-RAMIREZ Julian
Browse files

editing dockerfile

parent b3ae6be9
Branches
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" &&
COPY ./web_app /var/www
# Copy entrypoint script
COPY ../web_app/entrypoint.sh /entrypoint.sh
COPY web_app/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
# Set entrypoint script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment