diff --git a/Makefile b/Makefile index 85ae80d..8f5f8ae 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ docker-test: docker-local docker-stop docker run -p ${PORT}:${PORT} --name chhoto-url -e password="${PASSWORD}" -e public_mode="${PUBLIC_MODE}" \ -e site_url="${SITE_URL}" -e db_url="${DB_URL}" -e redirect_method="${REDIRECT_METHOD}" -e port="${PORT}"\ -e slug_style="${SLUG_STYLE}" -e slug_length="${SLUG_LENGTH}" -e cache_control_header="${CACHE_CONTROL_HEADER}"\ + -e api_key="${API_KEY}"\ -d chhoto-url docker logs chhoto-url -f