Skip to main content

Deploy with Docker

Docker

  1. Build Docker image, dockerfile is in the root of the project
docker build -t neutrino-mvp .
  1. Run Docker container
docker run -p 3000:80 neutrino-mvp