Skip to content

Commit

Permalink
studio: update docker prod
Browse files Browse the repository at this point in the history
  • Loading branch information
shreeharsha-factly committed Jul 5, 2024
1 parent 3f1bb52 commit 301accb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app
# install node modules
COPY ./package.json ./
COPY ./package-lock.json ./
RUN npm ci --silent
RUN npm ci --silent --legacy-peer-deps

# copy source files to image and build
COPY . .
Expand Down

0 comments on commit 301accb

Please sign in to comment.