Skip to content
Snippets Groups Projects
Commit c6a6ae2b authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Add build fonts from node

parent 66f92494
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
COPY static/images static/images/ COPY static/images static/images/
COPY --from=builder-node $INSTALL_PATH/static/css static/css/ COPY --from=builder-node $INSTALL_PATH/static/css static/css/
COPY --from=builder-node $INSTALL_PATH/static/js static/js/ COPY --from=builder-node $INSTALL_PATH/static/js static/js/
COPY --from=builder-node $INSTALL_PATH/static/fonts static/fonts
EXPOSE 5000 EXPOSE 5000
USER web USER web
......
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