Add docker-compose.yml file
To run the site in docker is now a single command.
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: '2'
|
||||
services:
|
||||
server:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: result/latest
|
||||
ports:
|
||||
- "4000:4000"
|
||||
volumes:
|
||||
- ".:/src"
|
||||
Reference in New Issue
Block a user