Added docker support for development environment
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
1
bin/docker-build.bat
Normal file
1
bin/docker-build.bat
Normal file
@ -0,0 +1 @@
|
||||
docker build -t game-data -f Dockerfile.dev .
|
1
bin/docker-rake.bat
Normal file
1
bin/docker-rake.bat
Normal file
@ -0,0 +1 @@
|
||||
docker exec game-data rake %*
|
1
bin/docker-run.bat
Normal file
1
bin/docker-run.bat
Normal file
@ -0,0 +1 @@
|
||||
docker run --rm -d -v "%cd%:/src" -p 9292:9292 --name game-data game-data
|
Reference in New Issue
Block a user