mirror of
https://github.com/2ec0b4/kaamelott-soundboard.git
synced 2025-12-08 15:43:24 +00:00
(master) Modifie la configuration Docker
This commit is contained in:
12
Makefile
Executable file
12
Makefile
Executable file
@@ -0,0 +1,12 @@
|
||||
install:
|
||||
docker build -t ks-base .docker/base
|
||||
docker-compose -f docker-compose.builder.yml run --rm install
|
||||
|
||||
start:
|
||||
docker run -dit --rm --name ks-server -p 8000:80 -v `pwd`:/usr/local/apache2/htdocs/ httpd:2.4
|
||||
|
||||
stop:
|
||||
docker stop ks-server
|
||||
|
||||
build:
|
||||
docker-compose -f docker-compose.builder.yml run --rm build
|
||||
Reference in New Issue
Block a user