]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - Dockerfile
[TASK] Reword migration to Jirafeau 4.0.0
[jirafeau_mojo42.git] / Dockerfile
index a950963f357cabb40ba0cbe67c7a421503c1394e..569a0faa33a72c88cf5f762f1e7d7b848dc1ffb9 100644 (file)
@@ -1,4 +1,4 @@
-FROM php:7.1.1-fpm-alpine
+FROM php:7.3-fpm-alpine
 MAINTAINER "Jérôme Jutteau <mojo@jirafeau.net>"
 
 RUN apk update && \
@@ -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 . && \

patrick-canterino.de