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 c24dbff commit 4846071
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 \
RUN yarn install \
&& yarn run build:production

# Stage 1:
Expand Down

0 comments on commit 4846071

Please sign in to comment.