Skip to content

Commit

Permalink
Fix the image build
Browse files Browse the repository at this point in the history
  • Loading branch information
CerealBoy committed Aug 23, 2024
1 parent f66fa38 commit b2736d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:slim AS fe
FROM node:21-slim AS fe
WORKDIR /app

COPY . .
RUN yarn && NODE_OPTIONS=--openssl-legacy-provider yarn build
RUN yarn && yarn build

FROM golang:alpine AS be

Expand Down

0 comments on commit b2736d7

Please sign in to comment.