Skip to content

Commit

Permalink
Merge pull request #34 from snurfer0/chore/refactor
Browse files Browse the repository at this point in the history
fix: docker
  • Loading branch information
snurfer0 authored Dec 11, 2023
2 parents f5bd09e + abc4b95 commit 7678a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /usr/src/app

COPY package.json yarn.lock ./

RUN yarn install --production --frozen-lockfile --ignore-optional
RUN yarn install --frozen-lockfile

# Rebuild the source code only when needed
FROM node:18-alpine AS builder
Expand Down

0 comments on commit 7678a43

Please sign in to comment.