Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vlssu committed Apr 7, 2024
1 parent 9710d98 commit a3bf969
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 @@ -5,7 +5,7 @@
FROM --platform=$TARGETOS/$TARGETARCH node:14-alpine
WORKDIR /app
COPY . ./
RUN yarn install --frozen-lockfile --network-timeout 300000 \
RUN yarn install --frozen-lockfile --no-lockfile \
&& yarn run build:production

# Stage 1:
Expand Down

0 comments on commit a3bf969

Please sign in to comment.