Skip to content
Snippets Groups Projects
Commit face6fa7 authored by Jason Robinson's avatar Jason Robinson
Browse files

Add chatterbox.html to docker image

parent fc9ca474
No related branches found
No related tags found
No related merge requests found
...@@ -13,3 +13,4 @@ RUN yarn build ...@@ -13,3 +13,4 @@ RUN yarn build
FROM nginxinc/nginx-unprivileged:1.21.6 FROM nginxinc/nginx-unprivileged:1.21.6
COPY --from=build /app/target/assets /usr/share/nginx/html/assets COPY --from=build /app/target/assets /usr/share/nginx/html/assets
COPY --from=build /app/target/chatterbox.html /usr/share/nginx/html/chatterbox.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment