feat(build): add Docker support for gitks application
- Add .dockerignore file to exclude unnecessary files from Docker build context - Create multi-stage Dockerfile with rust builder and debian runtime stages - Configure environment variables for host and port settings - Set up proper EXPOSE and ENTRYPOINT instructions - Optimize build with cargo release and binary stripping - Install only required dependencies in production stage
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
target
|
||||
.git
|
||||
.idea
|
||||
*.md
|
||||
LICENSE
|
||||
.env
|
||||
Reference in New Issue
Block a user