Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
msp5382 authored Aug 16, 2023
1 parent ef593cc commit eebd7cb
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,4 +1,4 @@
FROM --platform=amd64 node:16.19-alpine3.16 as base
FROM --platform=amd64 node:18-alpine as base

WORKDIR /app

Expand All @@ -14,7 +14,7 @@ COPY . .

RUN yarn run build

FROM --platform=amd64 node:16.19-alpine3.16
FROM --platform=amd64 node:18-alpine

COPY --from=base /app/node_modules ./node_modules
COPY --from=base /app/dist ./dist
Expand Down

0 comments on commit eebd7cb

Please sign in to comment.