You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduces .dockerignore, Dockerfile, and docker-compose.yml to enable containerized builds and deployment for the project. The Dockerfile builds the Rust application and sets up a secure runtime environment, while docker-compose.yml configures service parameters, environment variables, volumes, and resource limits for local development and deployment.
0 commit comments