Skip to content
Snippets Groups Projects
Commit 28feb876 authored by Stanley Ragava's avatar Stanley Ragava Committed by Barbare Antoine
Browse files

prise en compte des remarques pour la correction de l'image pica-dokuwiki

parent f6b1d432
No related branches found
No related tags found
1 merge request!18Correction vulnérabilités Dokuwiki
...@@ -30,13 +30,14 @@ EXPOSE 80 ...@@ -30,13 +30,14 @@ EXPOSE 80
VOLUME ["/var/www/html"] VOLUME ["/var/www/html"]
HEALTHCHECK CMD curl -s 127.0.0.1:${DOKUWIKI_PORT:=80} HEALTHCHECK CMD curl -s 127.0.0.1:${DOKUWIKI_PORT:=80}
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
USER root USER root
RUN apt-get remove -y \ RUN apt-get remove -y \
curl \ curl \
tar tar
COPY entrypoint.sh /entrypoint.sh
COPY run.sh /run.sh COPY run.sh /run.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["run.sh"] CMD ["run.sh"]
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