You've already forked go-template-container-webserver
fix(config): makefile used old .yml format instead of .yaml
All checks were successful
Update Child Repos / update (push) Successful in 13s
All checks were successful
Update Child Repos / update (push) Successful in 13s
This commit is contained in:
2
makefile
2
makefile
@@ -53,5 +53,5 @@ dockerrun:
|
|||||||
--tty \
|
--tty \
|
||||||
--interactive \
|
--interactive \
|
||||||
--publish $${CONTAINER_IP}:$${CONTAINER_PORT}:80 \
|
--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
|
$${CONTAINER_ORG}/$${CONTAINER_IMAGE}:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user