Use rockspec paths
This commit is contained in:
parent
4cd6e3cef7
commit
cf5a38433f
4
Makefile
4
Makefile
|
@ -5,5 +5,5 @@ build:
|
||||||
|
|
||||||
test: build
|
test: build
|
||||||
@echo "http://127.0.0.1:5000"
|
@echo "http://127.0.0.1:5000"
|
||||||
@echo "press ^D to kill the test server"
|
@echo "press ^C to kill the test server"
|
||||||
docker run -p 5000:5000 --rm -it xena/site /sbin/my_init /bin/bash
|
docker run -p 5000:5000 --rm -it -e GIT_REV=devel xena/site /bin/bash
|
||||||
|
|
Loading…
Reference in New Issue