mirror of
https://gitlab.com/mojo42/Jirafeau.git
synced 2025-04-21 20:21:51 +02:00
[BUGFIX] avoid adding config.local.php in docker builds
closes #167 Signed-off-by: Jerome Jutteau <mojo@couak.net>
This commit is contained in:
parent
8f56b543a5
commit
1b5fa29701
@ -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 . && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user