chore: Update Dockerfile to use npm install instead of npm Install and fix npm install command
Build and Push Docker Images / build-and-push (push) Successful in 18s
Build and Push Docker Images / build-and-push (push) Successful in 18s
This commit is contained in:
@@ -15,7 +15,7 @@ WORKDIR /server
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm install pm2 -g
|
||||
RUN npm Install
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user