X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/8f56b543a56586eefcb12a73c6b24ef2e252038e..1b5fa297017af6e3505c9f930ec7956cf7f87392:/Dockerfile diff --git a/Dockerfile b/Dockerfile index a950963..e14c115 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,11 +10,10 @@ RUN apk update && \ WORKDIR /www +COPY .git .git +RUN git reset --hard && rm -rf .git .gitignore .gitlab-ci.yml CONTRIBUTING.md Dockerfile README.md COPY docker/php.ini /usr/local/etc/php/php.ini COPY docker/lighttpd.conf /etc/lighttpd/lighttpd.conf -COPY *.php LICENSE.txt ./ -COPY lib lib -COPY media media RUN chown -R www-data. . && \ chmod o=,ug=rwX -R . && \