Skip to content

Commit

Permalink
fix(build): persistent sessions directory
Browse files Browse the repository at this point in the history
  • Loading branch information
TyIsI committed Dec 31, 2024
1 parent 5700241 commit 38269dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM php:${PHP_VERSION}-fpm AS backend

VOLUME ["/sessions"]

RUN chown www-data:www-data /sessions
RUN mkdir /sessions && chown www-data:www-data /sessions

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 38269dc

Please sign in to comment.