Skip to content
Snippets Groups Projects
Select Git revision
  • d0b0b0cedd6a0bda2f506f6d4ce363f469597a1a
  • master default protected
2 results

Snakefile

Blame
  • README.md 502 B

    Backend

    Development

    Dockerfile.dev defines a development container with nodemon. It requires to attach the source code directory as volume for automatic reloading of code changes.

    docker-compose.yml automatically builds a container with Dockerfile.dev.

    docker-compose up --build --remove-orphans

    Production

    Dockerfile defines a production container.

    There is no docker-compose.yml using it yet, because production deployment is likely going to use Kubernetes instead.