Skip to content

Commit 23f4765

Browse files
author
Shawn O'Connor
committed
fix build ?2
1 parent a489c56 commit 23f4765

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image_build_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: uc-cdis/.github/.github/workflows/image_build_push_native.yaml@master
1515
with:
1616
USE_QUAY_ONLY: true
17-
DOCKERFILE_LOCATION: "Dockerfile.config"
17+
DOCKERFILE_LOCATION: "Dockerfile.production"
1818
OVERRIDE_TAG_NAME: ${{ needs.compute_tag.outputs.OVERRIDE_TAG_NAME }}
1919
secrets:
2020
ECR_AWS_ACCESS_KEY_ID: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}

Dockerfile.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COPY ./config ./config
2929
COPY ./start_with_config.sh ./start.sh
3030

3131
# Build and prune
32-
RUN npm run build && \
32+
RUN npm run build:volume && \
3333
npm prune --omit=dev;
3434

3535
FROM node:24.14.0-trixie-slim AS runner

0 commit comments

Comments
 (0)