We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acddf8 commit f9c949cCopy full SHA for f9c949c
Dockerfile
@@ -6,6 +6,7 @@ RUN npm install [email protected] -g
6
RUN mkdir web && chown $USER: web
7
COPY Makefile Makefile
8
COPY web web
9
+COPY mocks mocks
10
11
RUN NPM_INSTALL=ci make build-frontend
12
0 commit comments