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