4a87ea475d
- 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
7 lines
36 B
Plaintext
7 lines
36 B
Plaintext
target
|
|
.git
|
|
.idea
|
|
*.md
|
|
LICENSE
|
|
.env
|