mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-20 20:59:16 +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
|
FROM node:14-alpine as build-deps
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY package.json package-lock.json ./
|
COPY package*.json ./
|
||||||
RUN npm install
|
RUN npm install
|
||||||
COPY .env* ./
|
COPY .env* ./
|
||||||
COPY src/ ./src/
|
COPY src/ ./src/
|
||||||
|
|||||||
Reference in New Issue
Block a user