mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-17 19:37:02 +00:00
Fix dockerfile when package-lock.json doesn't exist
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM node:14-alpine as build-deps
|
||||
WORKDIR /usr/src/app
|
||||
COPY package.json package-lock.json ./
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY .env* ./
|
||||
COPY src/ ./src/
|
||||
|
||||
Reference in New Issue
Block a user