Styling without bootstrap

This commit is contained in:
Kai Hendry
2015-10-02 19:04:35 +08:00
parent b696a583a4
commit 6901303855
11 changed files with 41 additions and 42 deletions

View File

@@ -10,7 +10,7 @@ build:
docker build -t $(REPO) .
start:
docker run -d --name $(NAME) -v /srv/www/greptweet.com:/srv/http/u -p 81:80 $(REPO)
docker run -d --name $(NAME) -v /mnt/2tb/greptweet/:/srv/http/u -v $(PWD)/www:/srv/http/ -p 81:80 $(REPO)
stop:
docker stop $(NAME)