fix: serve static site from public folder in docker
This commit is contained in:
+1
-3
@@ -5,7 +5,5 @@ services:
|
||||
ports:
|
||||
- "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
|
||||
- ./public:/usr/share/nginx/html:ro
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user