Skip to content

Commit 7723849

Browse files
committed
46741 chore(frontend): use explicit npm script for client build
1 parent ca4499b commit 7723849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ RUN npm ci --legacy-peer-deps
2323
ADD . /pneumatic_frontend/
2424

2525
# Build webpack bundle at image build time (env-independent since runtime config refactor)
26-
RUN NODE_ENV=production npx webpack
26+
RUN npm run build-client:prod
2727

2828
CMD ["pm2-runtime", "start", "pm2.json"]

0 commit comments

Comments
 (0)