File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,6 @@ RUN chmod +x /usr/local/bin/00-conf-check.sh \
157157 /usr/local/bin/create-admin-user.sh \
158158 /usr/local/bin/entrypoint.sh \
159159 && mkdir -p /data /config \
160- && chown -R www-data:www-data /data /config \
161160 && chmod -R 775 /data /config
162161
163162# Expose port 8000 (Octane)
Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ RUN chmod +x /usr/local/bin/00-conf-check.sh \
172172 /usr/local/bin/entrypoint.sh \
173173 && mkdir -p /run/php \
174174 && mkdir -p /data /config \
175- && chown -R www-data:www-data /data /config \
176175 && chmod -R 775 /data /config
177176
178177
Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ chown -R www-data:www-data /app/bootstrap/cache
1010chown www-data:www-data /app/storage
1111chown www-data:www-data /app/public
1212
13+ # echo "who am i"
14+ # id
1315chown -R www-data:www-data /data /config
14- chmod -R 775 /data /config
16+ # chmod -R 775 /data /config
1517
1618echo " ⏰ Set Permissions for Lychee folders..."
1719# Ensure www-data owns necessary directories
You can’t perform that action at this time.
0 commit comments