Copy built static files to app

This commit is contained in:
PCoder 2024-05-22 21:55:41 +05:30
parent c013387b03
commit b5e786e098

View file

@ -80,6 +80,7 @@ RUN cp -rf node_modules/@bower_components/* /app/publichealth/static/libs
RUN ls -al /app/
RUN cp -r /build/static /app/static
### runtime image