Skip to content

Commit

Permalink
remove mirrors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sianao committed Nov 24, 2024
1 parent 7bd9fe6 commit dba2fdf
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 @@ -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

Expand Down

0 comments on commit dba2fdf

Please sign in to comment.