diff --git a/Dockerfile b/Dockerfile index ccb6ae0..1f3b5de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ FROM docker.io/node:alpine AS builder WORKDIR /app COPY . . COPY --from=deps /app/node_modules ./node_modules -RUN yarn build && yarn install --production --ignore-scripts --prefer-offline +RUN yarn build FROM golang:alpine AS Gobuilder