Skip to content

Commit

Permalink
fix: fix concurrent run of serve command
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-nc committed Nov 7, 2023
1 parent 2881f44 commit 4b227d6
Show file tree
Hide file tree
Showing 10 changed files with 501 additions and 1,181 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ ADD ./ /codebase
WORKDIR /codebase

ENV PUBLIC_HOST=localhost
# Flag for serve command
ENV NO_UPDATE_CHECK=1

RUN npm install --no-package-lock --no-progress --ignore-scripts
RUN npm run install-all
Expand Down
Loading

0 comments on commit 4b227d6

Please sign in to comment.