Copy built static files to app
This commit is contained in:
parent
c013387b03
commit
b5e786e098
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue