chore: fix dockerfile (#2776)

This commit is contained in:
Alexis Saettler
2019-06-14 19:04:13 +02:00
committed by GitHub
parent fb8c018fb2
commit d593f2f7eb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ RUN mkdir -p bootstrap/cache; \
mkdir -p storage; \
chown -R monica:monica .; \
chgrp -R apache bootstrap/cache storage; \
chmod -R g+w bootstrap/cache storage; \
chmod -R g+w bootstrap/cache storage
COPY .env.example .env
# Sentry
+1 -1
View File
@@ -83,7 +83,7 @@ RUN mkdir -p bootstrap/cache; \
mkdir -p storage; \
chown -R monica:monica .; \
chgrp -R apache bootstrap/cache storage; \
chmod -R g+w bootstrap/cache storage; \
chmod -R g+w bootstrap/cache storage
COPY .env.example .env
# Sentry