Skip to content

Commit

Permalink
Fixing issue witch fsevents platform
Browse files Browse the repository at this point in the history
  • Loading branch information
mmolenda committed Jul 21, 2023
1 parent f420af2 commit c917a33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:alpine as build
WORKDIR .
COPY ./frontend/package.json ./
COPY ./frontend/package-lock.json ./
RUN npm install
RUN npm install --omit=optional
COPY ./frontend/public ./public
COPY ./frontend/src ./src
RUN npm run build
Expand Down
3 changes: 2 additions & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c917a33

Please sign in to comment.