fix dockerfile
This commit is contained in:
parent
44999b70a0
commit
0a77e00a52
@ -1,11 +1,11 @@
|
||||
FROM node:19-alpine AS stage0
|
||||
FROM node:16-alpine AS stage0
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
RUN yarn install && yarn build && rm -rf node_modules
|
||||
|
||||
FROM node:19-alpine
|
||||
FROM node:16-alpine
|
||||
|
||||
ENV STORAGE=/app/storage
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user