Skip to content

Commit

Permalink
chore: fix dockerfile (#2776)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Jun 14, 2019
1 parent fb8c018 commit d593f2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/docker/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d593f2f

Please sign in to comment.