Skip to main content
neutrino-starter-mvp home page
Search...
⌘K
Support
Live Demo
Live Demo
Search...
Navigation
Documentation
API Reference
GitHub
Get Started
Introduction
Quickstart
Development
Project Structure
Command
Admin
Deploy
Deploy
Docker
On this page
Deploy with Docker
Docker
Deploy
Docker
Deploy with Docker
Docker
Build Docker image, dockerfile is in the root of the project
Copy
docker
build
-t
neutrino-mvp
.
Run Docker container
Copy
docker
run
-p
3000:80
neutrino-mvp
Deploy
⌘I