forked from mirror/fake-firehose
fix docker setup example
This commit is contained in:
parent
d466f59781
commit
2901b87d87
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ The entire thing should look something like:
|
||||||
cd ~
|
cd ~
|
||||||
mkdir MastodonFireHose
|
mkdir MastodonFireHose
|
||||||
cd MastodonFirehose
|
cd MastodonFirehose
|
||||||
git pull https://github.com/raynormast/fake-firehose.git
|
git clone https://github.com/raynormast/fake-firehose.git
|
||||||
cd fake-firehose
|
cd fake-firehose
|
||||||
docker build -t fakefirehose .
|
docker build -t fakefirehose .
|
||||||
# Edit your docker-compose and .env.production here
|
# Edit your docker-compose and .env.production here
|
||||||
|
|
Loading…
Reference in a new issue