chore: Support building with Docker
This commit is contained in:
parent
de3b35bfa9
commit
6e60dfa44b
5 changed files with 43 additions and 1 deletions
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "3000:3000"
|
Loading…
Add table
Add a link
Reference in a new issue