build: switch to local tailwind build and update docker static mounts
This commit is contained in:
@@ -6,5 +6,6 @@ services:
|
||||
- "8380:80"
|
||||
volumes:
|
||||
- ./index.html:/usr/share/nginx/html/index.html:ro
|
||||
- ./tailwind.css:/usr/share/nginx/html/tailwind.css:ro
|
||||
- ./favicon.svg:/usr/share/nginx/html/favicon.svg:ro
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user