diff --git a/makefile b/makefile index 4e13707..84f64fd 100644 --- a/makefile +++ b/makefile @@ -53,5 +53,5 @@ dockerrun: --tty \ --interactive \ --publish $${CONTAINER_IP}:$${CONTAINER_PORT}:80 \ - --volume $(shell pwd)/config.yml:/config.yml \ + --volume $(shell pwd)/config.yaml:/config.yaml \ $${CONTAINER_ORG}/$${CONTAINER_IMAGE}:latest