fix: use npm install instead of npm ci (no lockfile)
This commit is contained in:
@@ -3,7 +3,7 @@ WORKDIR /app
|
||||
ENV NODE_ENV=production
|
||||
ENV PORT=4028
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
RUN npm install
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
EXPOSE 4028
|
||||
|
||||
Reference in New Issue
Block a user