modern build
This commit is contained in:
@@ -3,5 +3,5 @@ WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
RUN npm run build --modern
|
||||
CMD ["node", "server"]
|
||||
Reference in New Issue
Block a user