dockerfile

This commit is contained in:
Ivan
2024-01-25 14:58:21 +03:00
parent 61675dd3d1
commit d4592ac250
2 changed files with 5 additions and 9 deletions

View File

@@ -1,7 +1,5 @@
FROM node
WORKDIR /app
COPY package*.json ./
RUN npm install --production