Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ellermister authored Nov 14, 2023
1 parent 4e25bb6 commit aa271cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ WORKDIR /app/public

COPY . /app/public

RUN chmod -R 666 /app/public/cache
RUN chmod -R 775 /app/public && chown -R kool:kool /app/public

0 comments on commit aa271cf

Please sign in to comment.