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

This commit is contained in:
2024-08-03 17:52:00 +02:00
parent b3e348b4fe
commit ae0a43abac
+1 -1
View File
@@ -15,7 +15,7 @@ WORKDIR /server
COPY package*.json ./ COPY package*.json ./
RUN npm install pm2 -g RUN npm install pm2 -g
RUN npm Install RUN npm install
COPY . . COPY . .