We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11452eb commit b5fcf93Copy full SHA for b5fcf93
proposer.Dockerfile
@@ -3,6 +3,7 @@ FROM node:14.17
3
WORKDIR /app
4
COPY common-files common-files
5
COPY config/default.js config/default.js
6
+COPY config/default.js /app/test/ping-pong/user-local/config/default.js
7
COPY cli cli
8
WORKDIR /app/cli
9
RUN npm ci
user-local.Dockerfile
0 commit comments