Skip to content

Commit

Permalink
switch to serversideup docker base
Browse files Browse the repository at this point in the history
  • Loading branch information
daveearley committed Apr 14, 2024
1 parent 8d500a8 commit df38e9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ COPY . .

ENV PHP_OPCACHE_ENABLE=1

RUN chmod -R 755 /app/storage \
&& mkdir -p /app/bootstrap/cache \
&& chmod -R 775 /app/bootstrap/cache
RUN chmod -R 755 /storage \
&& mkdir -p /bootstrap/cache \
&& chmod -R 775 /bootstrap/cache

RUN composer install \
--ignore-platform-reqs \
Expand Down

0 comments on commit df38e9d

Please sign in to comment.