Skip to content

Commit

Permalink
chore: revert changes in 445b341 due to nrwl/nx/issues/22386
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmasberg committed Jul 13, 2024
1 parent 1bb708b commit 6845ef2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ ENV NODE_ENV=production
# Install dependencies separately for caching
COPY ./dist/apps/api/package.json ./dist/apps/api/package-lock.json ./

# Change to npm ci when https://github.com/nrwl/nx/issues/22386 is fixed
RUN npm install --omit=dev
RUN npm ci --omit=dev

COPY ./dist/apps/api ./

Expand Down

0 comments on commit 6845ef2

Please sign in to comment.