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:
|
volumes:
|
||||||
- ./requirements/svelte/api_front/src:/usr/app/src/
|
- ./requirements/svelte/api_front/src:/usr/app/src/
|
||||||
- ./requirements/svelte/api_front/public:/usr/app/public/
|
- ./requirements/svelte/api_front/public:/usr/app/public/
|
||||||
|
ports:
|
||||||
|
- "35729:35729"
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -178,6 +178,7 @@
|
|||||||
}
|
}
|
||||||
header h2 div{
|
header h2 div{
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
|
/* color: red; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* tmp prolly */
|
/* tmp prolly */
|
||||||
|
|||||||
Reference in New Issue
Block a user