This commit is contained in:
parent
d65edf74ee
commit
c68d6c019b
@ -4,7 +4,7 @@ WORKDIR /app
|
||||
COPY . .
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
FROM node:16-alpine
|
||||
FROM node:18-alpine
|
||||
WORKDIR /app
|
||||
COPY --from=0 /app/build /app
|
||||
COPY --from=0 /app/package.json /app
|
||||
|
Loading…
Reference in New Issue
Block a user