From af1d1dcd0c5067f5571428a796b112dad1387e7d Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Mon, 18 Feb 2019 18:27:44 -0500 Subject: [PATCH] Dockerfile: copy fonts file --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6eea16c..c07c20c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,6 +52,7 @@ COPY --from=frontend-build /commento/frontend/build/prod/*.html /commento/ COPY --from=frontend-build /commento/frontend/build/prod/css/*.css /commento/css/ COPY --from=frontend-build /commento/frontend/build/prod/js/*.js /commento/js/ COPY --from=frontend-build /commento/frontend/build/prod/images/* /commento/images/ +COPY --from=frontend-build /commento/frontend/build/prod/fonts/* /commento/fonts/ COPY --from=templates-build /commento/templates/build/prod/templates/ /commento/templates/ COPY --from=db-build /commento/db/build/prod/db/ /commento/db/