We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f139f51 commit 1495c93Copy full SHA for 1495c93
1 file changed
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