Skip to content

Commit 1495c93

Browse files
committed
fix(dockerfile): add public folder to dockerfile
1 parent f139f51 commit 1495c93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN npm run test:components
1818

1919
FROM base as release
2020

21+
COPY --from=build /app/public /app/public
2122
COPY --from=build /app/build /app/build
2223
COPY --from=build /app/config /app/config
2324
COPY --from=build /app/*.js* /app/

0 commit comments

Comments
 (0)