Skip to content

Commit 4b25f57

Browse files
authored
Merge pull request #6 from watson-developer-cloud/update-dockerfile
fix(dockerfile): add public folder to dockerfile
2 parents c99a1bc + 1495c93 commit 4b25f57

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)