Ok so Cherif and i figured out the reason livereload wasn't working, needed to expose the port in the docker compose.yml, committing now to have a save point
This commit is contained in:
@@ -24,6 +24,8 @@ services:
|
||||
volumes:
|
||||
- ./requirements/svelte/api_front/src:/usr/app/src/
|
||||
- ./requirements/svelte/api_front/public:/usr/app/public/
|
||||
ports:
|
||||
- "35729:35729"
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user