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 c99a1bc + 1495c93 commit 4b25f57Copy full SHA for 4b25f57
Dockerfile
@@ -18,6 +18,7 @@ RUN npm run test:components
18
19
FROM base as release
20
21
+COPY --from=build /app/public /app/public
22
COPY --from=build /app/build /app/build
23
COPY --from=build /app/config /app/config
24
COPY --from=build /app/*.js* /app/
0 commit comments