Skip to content

Commit a489c56

Browse files
author
Shawn O'Connor
committed
Revert "fix build ?"
This reverts commit b2e0c7f.
1 parent b2e0c7f commit a489c56

File tree

3 files changed

+83
-6
lines changed

3 files changed

+83
-6
lines changed

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:volume && \
32+
RUN npm run build && \
3333
npm prune --omit=dev;
3434

3535
FROM node:24.14.0-trixie-slim AS runner

0 commit comments

Comments
 (0)