Skip to content

Commit

Permalink
fix: npm run
Browse files Browse the repository at this point in the history
  • Loading branch information
Westlad committed Dec 14, 2021
1 parent 286fa86 commit a457f6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions proposer.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM node:14.17
WORKDIR /app
COPY common-files common-files
COPY config/default.js config/default.js
COPY config/default.js /app/test/ping-pong/user-local/config/default.js
COPY cli cli
WORKDIR /app/cli
RUN npm ci
Expand Down
1 change: 1 addition & 0 deletions user-local.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM node:14.17
WORKDIR /app
COPY common-files common-files
COPY config/default.js config/default.js
COPY config/default.js /app/test/ping-pong/user-local/config/default.js
COPY cli cli
WORKDIR /app/cli
RUN npm ci
Expand Down

0 comments on commit a457f6f

Please sign in to comment.