chore: add dockerfile, nginx.conf and infra/docker-compose.yml
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: dockerfile
|
||||
ports:
|
||||
- "80:80"
|
||||
Reference in New Issue
Block a user