pin version from, todo user
This commit is contained in:
parent
af0ed4a08e
commit
2580d275ba
11
Dockerfile
11
Dockerfile
@ -1,8 +1,9 @@
|
|||||||
FROM php:apache
|
FROM "php:7.1-apache"
|
||||||
|
|
||||||
USER www-data
|
USER "www-data"
|
||||||
RUN curl -L "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz" | tar -zx --strip=1
|
RUN curl -L "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz" | tar -zx --strip=1
|
||||||
USER root
|
# TODO: utiliser un utilisateur www-data
|
||||||
|
USER "root"
|
||||||
|
|
||||||
HEALTHCHECK --interval=10s \
|
HEALTHCHECK --interval="10s" \
|
||||||
CMD curl --fail "http://localhost" || exit 1
|
CMD curl --fail "http://localhost" || exit 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user