create new compose file for deployment
This commit is contained in:
9
compose-dev.yaml
Normal file
9
compose-dev.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
site:
|
||||
build:
|
||||
context: .
|
||||
target: final
|
||||
ports:
|
||||
- 3000:3000
|
||||
volumes:
|
||||
- "./urls.txt:/urls.txt"
|
||||
Reference in New Issue
Block a user