1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00
Commit graph

8 commits

Author SHA1 Message Date
kzndotsh
19e97b7cba fix(Dockerfile): separate nodejs and npm installation into a separate RUN command to improve Docker layer caching 2024-08-06 16:15:31 +00:00
kzndotsh
b9937825b9 feat(Dockerfile): add nodejs and npm to Dockerfile to support Node.js based applications 2024-08-06 15:49:26 +00:00
kzndotsh
e6a7269a09 fix(Dockerfile): remove entrypoint and use CMD for better debugging
refactor(docker-compose.yml): remove version and command for simplification and to avoid redundancy with Dockerfile
2024-08-06 15:45:49 +00:00
kzndotsh
4c4cdd9030 feat(Dockerfile, docker-compose.yml): add 'poetry run prisma py fetch' to CMD and command for fetching latest Prisma schema before generating Prisma client and running the app 2024-08-01 23:43:48 +00:00
kzndotsh
884c9f91f0 style(Dockerfile): add line breaks for better readability and maintainability
fix(Dockerfile): ensure commands are chained properly with && and \ for correct execution
style(Dockerfile): add newline at end of file to adhere to POSIX standards
2024-07-02 21:09:07 +00:00
kzndotsh
7a02e448d3 chore: remove unused pyright and vulture configurations from .pre-commit-config.yaml and pyproject.toml
style(Dockerfile): improve readability by aligning RUN commands
refactor(pyproject.toml): increase line-length limit to 120 and change line-ending to 'lf' for better compatibility
2024-07-02 02:23:17 +00:00
kzndotsh
da1737a011 feat(Dockerfile): add curl and build-essential packages to support Rust and Cargo installation
feat(Dockerfile): install Rust and Cargo to enable Rust programming language support
feat(Dockerfile): install tealdeer and update tldr cache for better command line documentation
2024-06-11 05:29:33 +00:00
kzndotsh
7cda11c4bc feat: add Dockerfile and docker-compose.yml for containerization
chore: remove old infra files as they are replaced by Docker setup
refactor: switch from systemd service to Docker for better portability and easier setup
2024-06-11 05:18:25 +00:00