Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mpro7 authored Sep 24, 2024
1 parent 2f3e7fe commit 305b483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN cargo install --path ./
FROM node:21-bookworm-slim AS builder-node
WORKDIR /dsp-meta
COPY . .
RUN cd web-frontend && yarn install && yarn build --bundleConfigAsCjs
RUN cd web-frontend && yarn install && yarn run build --bundleConfigAsCjs

FROM debian:bookworm-slim AS runtime
# add data
Expand Down

0 comments on commit 305b483

Please sign in to comment.