Move Dockerfile to ./docker

This commit is contained in:
Aya Morisawa 2016-12-31 13:00:11 +09:00
parent 11019daac9
commit 63b49a43cf
2 changed files with 1 additions and 1 deletions

View file

@ -45,7 +45,7 @@ Please visit https://www.google.com/recaptcha/intro/ and generate keys.
Ensure that the working directory is the repository root directory.
To create misskey image:
`sudo docker build -t misskey`
`sudo docker build -t misskey ./docker`
To run misskey:
`sudo docker run --rm -i -t -p $PORT:80 -v $(pwd):/root/misskey -v $DBPATH:/data/db misskey`