mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-21 22:56:52 +00:00
Fix icons missing in webroot
This commit is contained in:
parent
a2651f5406
commit
136c333fea
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ RUN yarn
|
|||
RUN yarn run build
|
||||
|
||||
# Copy files to nginx path
|
||||
RUN cp -r dist/* /usr/share/nginx/html
|
||||
RUN cp -r dist/* icons /usr/share/nginx/html
|
||||
|
|
Loading…
Reference in a new issue