From cf5a38433f86106860e0fbfa8ac7702a3273527e Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 6 Feb 2015 14:45:49 -0800 Subject: [PATCH] Use rockspec paths --- Makefile | 4 ++-- app.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 81e7466..cfd1887 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,5 @@ build: test: build @echo "http://127.0.0.1:5000" - @echo "press ^D to kill the test server" - docker run -p 5000:5000 --rm -it xena/site /sbin/my_init /bin/bash + @echo "press ^C to kill the test server" + docker run -p 5000:5000 --rm -it -e GIT_REV=devel xena/site /bin/bash diff --git a/app.yaml b/app.yaml index 10572ef..3fb9c53 100644 --- a/app.yaml +++ b/app.yaml @@ -5,5 +5,5 @@ overlay: - apt-get install -y lua-sec dependencies: - - moonscript - - dkjson + - https://rocks.moonscript.org/manifests/luarocks/markdown-0.32-2.rockspec + - https://rocks.moonscript.org/manifests/dhkolf/dkjson-2.5-1.rockspec