Skip to content

Commit

Permalink
use npm direct
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Nov 26, 2024
1 parent cace79a commit ff85a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.build.yarn
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY scripts/ scripts/

RUN apk add gettext

RUN yarn build:${build_env}
RUN npm run build:${build_env}

FROM nginx:1.26.2-alpine

Expand Down

0 comments on commit ff85a81

Please sign in to comment.