Skip to content

Commit 7b904d2

Browse files
author
Ivan Ricotti
committed
removing wrong references
1 parent f9d2b26 commit 7b904d2

File tree

3 files changed

+1271
-2213
lines changed

3 files changed

+1271
-2213
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM node:18 AS build
22
WORKDIR /app
3-
COPY package.json package-lock.json ./
4-
RUN npm ci
3+
COPY package*.json ./
4+
RUN npm install
5+
COPY . .
56
RUN npm run build
67

78
FROM nginx:alpine

0 commit comments

Comments
 (0)