X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/d35f5d4eb87c1a74fd198be589fcdf51e9631ba9..6a8b8688540cc7eb5aa89a4ceed6bd25589dbf4c:/Dockerfile?ds=sidebyside diff --git a/Dockerfile b/Dockerfile index d4854a8..823c1dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,8 +21,8 @@ RUN --mount=type=bind,source=.,target=/mnt \ cp -r /mnt/* /www/ && \ rm -rf /www/docker && \ touch /www/lib/config.local.php && \ - chown -R $(id -u lighttpd).$(id -g www-data) /www && \ + chown -R $(id -u lighttpd):$(id -g www-data) /www && \ chmod 770 /www CMD ["/run.sh"] -EXPOSE 80 \ No newline at end of file +EXPOSE 80