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.
2 parents 1dfefeb + f848ac4 commit 2560812Copy full SHA for 2560812
Dockerfile
@@ -18,7 +18,8 @@ WORKDIR /usr/src/app
18
COPY redisinsight/api/package.json redisinsight/api/yarn.lock ./
19
RUN yarn install
20
COPY redisinsight/api ./
21
-COPY --from=front /usr/src/app/redisinsight/api/src/static ./src/static
+COPY --from=front /usr/src/app/redisinsight/api/static ./static
22
+COPY --from=front /usr/src/app/redisinsight/api/defaults ./defaults
23
RUN yarn run build:prod
24
25
FROM node:14.17-slim
0 commit comments