Commit Graph

26 Commits

Author SHA1 Message Date
b560ff1c1c
fix: update docker workflow to build image using start.py instead of docker compose
Some checks failed
Docker Image CI / build (push) Has been cancelled
2024-11-16 00:50:38 +01:00
aa12ff726e
fix: update docker image workflow to use docker compose for starting and stopping services 2024-11-16 00:46:29 +01:00
9da95ee850
fix: add clearScreen function and handle exceptions in systemCommand 2024-11-16 00:42:22 +01:00
a8136a7ff4
fix: update file path handling in main.py and simplify get_path function 2024-11-16 00:42:11 +01:00
b509a852f1
fix: correct get_path function call in start.py for docker compose file retrieval
Some checks are pending
Docker Image CI / build (push) Waiting to run
2024-11-16 00:06:36 +01:00
3dd2d168b2
fix: update docker compose file path retrieval to use get_path function 2024-11-16 00:05:50 +01:00
8ca8225122
refactor: clean up get_path function and remove unnecessary print statement
Some checks are pending
Docker Image CI / build (push) Waiting to run
2024-11-15 23:44:59 +01:00
ba9e42b9c6
docs: update README to correct script paths and improve instructions
Some checks are pending
Docker Image CI / build (push) Waiting to run
2024-11-15 22:40:07 +01:00
6f3567982d
feat: add script to run main application without Docker 2024-11-15 22:40:01 +01:00
d76914b4c5
refactor: reorganize command handling and introduce new path retrieval logic 2024-11-15 22:39:49 +01:00
4bb6619911
docs: update README to simplify usage instructions and remove outdated content 2024-11-15 17:13:29 +01:00
cc79bb9d9d
fix: ignore empty commands in prompt function
Some checks are pending
Docker Image CI / build (push) Waiting to run
2024-11-14 18:51:15 +01:00
f5e56fa6e0
fix: update default Docker Compose file path in start.py
Some checks are pending
Docker Image CI / build (push) Waiting to run
2024-11-14 03:50:21 +01:00
d303dd4204
feat: enhance Docker command execution with environment variable support
Some checks are pending
Docker Image CI / build (push) Waiting to run
2024-11-14 03:44:27 +01:00
cf45719d66
fix: update Docker image CI workflow to use correct script path
Some checks are pending
Docker Image CI / build (push) Waiting to run
2024-11-14 03:40:57 +01:00
f481879863
refactor: remove unused import of time module in main.py
Some checks are pending
Docker Image CI / build (push) Waiting to run
2024-11-14 03:38:53 +01:00
a24c889a3f
feat: add command handling and Docker management scripts 2024-11-14 03:38:44 +01:00
90ae53a95d
refactor: reorganize Docker-related files and update docker-compose configuration 2024-11-14 03:38:02 +01:00
f65292d891
feat: seperate all logic into small methods
Some checks are pending
Docker Image CI / build (push) Waiting to run
2024-11-13 23:56:43 +01:00
a451409fa6
Create docker-image.yml
Some checks failed
Docker Image CI / build (push) Has been cancelled
2024-11-12 05:31:55 +01:00
7d904501c1
fix: update Dockerfile to remove docker installation and set user permissions 2024-11-12 05:29:24 +01:00
04b9a5cd0c
docs: update README.md 2024-11-12 05:17:45 +01:00
a069139573
docs: add MIT LICENSE 2024-11-12 05:17:24 +01:00
c5b61893ac
feat: add docker integration 2024-11-12 05:17:00 +01:00
b25f04d218
feat: initial commit 2024-11-12 05:16:21 +01:00
ee6018894e
docs: add README.md 2024-11-12 00:26:03 +01:00