Skip to content

Commit

Permalink
Adjust Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed May 28, 2024
1 parent f484950 commit 263ce73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /usr/src/app

# Copy and install dependencies
COPY package*.json ./
RUN npm ci --omit=dev
RUN npm ci

# Bundle app source
COPY . .
Expand Down

0 comments on commit 263ce73

Please sign in to comment.