OSDN Git Service

fix build/test-container files
[newslash/newslash.git] / build-container / Makefile
1 image:
2         docker build -t newslash-build .
3
4 run:
5         docker run -ti --rm -v $(shell pwd)/build:/var/newslash/build newslash-build bash
6