1
0
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:
Antoine
2020-06-17 15:40:27 +02:00
parent 53cfccfe46
commit 97b7b2a0a7
5 changed files with 37 additions and 14 deletions

12
Makefile Executable file
View 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