Browse Source

Devops[#1729] Use npm ci

tags/v0.9.0^2
Vildravn 3 years ago
parent
commit
a7cc732519
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -11,7 +11,7 @@ COPY . .
WORKDIR /usr/src/isleward/src/server/

# Install only production npm modules specified in package.json
RUN npm install --only=production
RUN npm ci --only=production

# Expose container's port 4000
EXPOSE 4000


Loading…
Cancel
Save