heartwood every commit a ring

Correct ownership command to ensure proper chaining of chown operations

ca7dc4f9 by Isaac Bythewood · 7 months ago

modified Dockerfile
@@ -48,7 +48,7 @@ ENV PATH="/app/.venv/bin:/app/node_modules/.bin:$PATH" \RUN webpack --config webpack.config.js --mode production && \    python manage.py collectstatic --noinputRUN chown -R ubuntu:ubuntu /app \RUN chown -R ubuntu:ubuntu /app && \    chown -R ubuntu:ubuntu "$PLAYWRIGHT_BROWSERS_PATH"USER ubuntu