Skip to content

Commit

Permalink
fix(ci): docker build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper committed Nov 25, 2021
1 parent ed599eb commit d7d10a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY ./root/package.json ./root/package.json
COPY ./legacy/package.json ./legacy/package.json
COPY ./utilities/package.json ./utilities/package.json
COPY ./api/package.json ./api/package.json
RUN npm run install
RUN npm run install:all

COPY docker/build.run.sh /build.run.sh

Expand Down
2 changes: 1 addition & 1 deletion docker/build.run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sync() {

# Build the client
build() {
npm run install
npm run install:all
npm run build
}

Expand Down

0 comments on commit d7d10a4

Please sign in to comment.