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:
Me
2022-11-22 16:34:56 +01:00
parent c646f9b67b
commit c35bbcefa6
2 changed files with 3 additions and 0 deletions

View File

@@ -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:

View File

@@ -178,6 +178,7 @@
}
header h2 div{
font-size: 2em;
/* color: red; */
}
/* tmp prolly */