it-beard / bloggers-cms

Content-management system for bloggers
https://github.com/it-beard/bloggers-cms/wiki
Apache License 2.0
51 stars 14 forks source link

docker support was added #239 #241

Closed demchenkov closed 1 year ago

demchenkov commented 1 year ago

239

  1. added Dockerfiles to build images
    • Both Api and Web projects received their own Dockerfile to build the appropriate image with the same .dockerignore file
    • NGINX was used to host Blazor static files
  2. README.md was updated
  3. Added support for docker-compose to start a project with a single command