chore: update Dockerfiles to ignore scripts during npm install
Docker images / backend-image (push) Failing after 1m33s
Docker images / frontend-image (push) Failing after 55s
Docker images / notify-webhook (push) Has been skipped

- Modified Dockerfile for frontend and backend to include the --ignore-scripts flag in npm ci commands, improving build efficiency.
- Added a step in the Docker workflow to create the public directory in the staging environment.
This commit is contained in:
Denozordec
2026-05-12 14:00:05 +07:00
parent 02119a3acd
commit 01596864dc
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -104,6 +104,7 @@ jobs:
cp -R "$dir" "$STAGING/"
fi
done
mkdir -p "$STAGING/public"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3