Use rockspec paths

This commit is contained in:
Christine Dodrill 2015-02-06 14:45:49 -08:00
parent 4cd6e3cef7
commit cf5a38433f
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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