Commit Graph
4 Commits
Author SHA1 Message Date
Florian Sylvain 411adc02b0 fix: copy .env into container 2023-12-04 15:31:24 +01:00
Florian Sylvain d91dc256a2 feat: docker and docker-compose support
Introduced a Dockerfile and compose.yml to allow the application to run inside a Docker container. This removes the need for local system-level dependencies and offers a more predictable environment for the app. README.md was updated to include Docker-related instructions and an additional environment variable `DOCKER_DB_FOLDER` was added on top of existing ones for Docker support.
2023-08-13 23:40:12 +02:00
Florian Sylvain 2047b3f7a4 Added .env access to frontend (+ while dockerized) 2022-12-21 22:37:47 +01:00
Florian Sylvain 878fb42def First commit! 2022-10-12 09:44:03 +02:00