Skip to content

Commit

Permalink
Update Docker config to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
t11r committed Oct 1, 2023
1 parent 9b9cdec commit cba2166
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 @@ -31,7 +31,7 @@ USER pptruser
RUN npm install -g npm
RUN cd /app && \
npm ci && \
npm run build && \
SET NODE_OPTIONS=--openssl-legacy-provider npm run build && \
rm -rf node_modules

FROM caddy:2-alpine
Expand Down

0 comments on commit cba2166

Please sign in to comment.