Dockerfile fix
This commit is contained in:
@@ -20,7 +20,7 @@ RUN npm run build
|
||||
FROM node:${NODE_VERSION}-alpine AS prod
|
||||
WORKDIR /app
|
||||
ENV NODE_ENV=production
|
||||
COPY package.json package-lock.json ./
|
||||
COPY package*.json ./
|
||||
COPY --from=base /app/node_modules ./node_modules
|
||||
COPY --from=build /app/dist ./dist
|
||||
EXPOSE 4173
|
||||
|
||||
Reference in New Issue
Block a user