We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a489c56 commit 23f4765Copy full SHA for 23f4765
.github/workflows/image_build_push.yaml
@@ -14,7 +14,7 @@ jobs:
14
uses: uc-cdis/.github/.github/workflows/image_build_push_native.yaml@master
15
with:
16
USE_QUAY_ONLY: true
17
- DOCKERFILE_LOCATION: "Dockerfile.config"
+ DOCKERFILE_LOCATION: "Dockerfile.production"
18
OVERRIDE_TAG_NAME: ${{ needs.compute_tag.outputs.OVERRIDE_TAG_NAME }}
19
secrets:
20
ECR_AWS_ACCESS_KEY_ID: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
Dockerfile.config
@@ -29,7 +29,7 @@ COPY ./config ./config
29
COPY ./start_with_config.sh ./start.sh
30
31
# Build and prune
32
-RUN npm run build && \
+RUN npm run build:volume && \
33
npm prune --omit=dev;
34
35
FROM node:24.14.0-trixie-slim AS runner
0 commit comments