chore: update Dockerfiles to ignore scripts during npm install
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user