Skip to content

Conversation

@Iyadchafroud
Copy link

Add comprehensive Docker support for the axios-docs project with best practices:

  • Multi-stage Dockerfile (builder, production, development stages)
  • Production nginx configuration with gzip, caching, and security headers
  • Docker Compose for both prod and dev workflows
  • Non-root user execution for enhanced security
  • Health checks and proper signal handling with tini
  • .dockerignore for optimized build context
  • Comprehensive documentation in DOCKER.md

Usage:
Production: docker compose up prod
Development: docker compose up dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant