mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
Move Dockerfile to ./docker
This commit is contained in:
parent
40054b7538
commit
6e4393dc35
2 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue