Skip to content
Snippets Groups Projects
Commit 63b49a43 authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Move Dockerfile to ./docker

parent 11019daa
No related branches found
No related tags found
No related merge requests found
......@@ -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`
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment