Skip to content
Snippets Groups Projects
Commit e2a47da6 authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Fixing Docker script access rights

parent 68ebe7e6
No related branches found
No related tags found
No related merge requests found
......@@ -21,4 +21,5 @@ COPY docker/nginx.conf /etc/nginx/nginx.conf
COPY docker/config.template.json ${webdir}/config/config.template.json
COPY docker/run_portal.sh /scripts/run_portal.sh
RUN chmod +x /scripts/run_portal.sh
CMD /scripts/run_portal.sh && tail -f /dev/null
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment