ekardnam 4 rokov pred
rodič
commit
323399f337
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -19,7 +19,7 @@ Requires:
 2. `cd mastodon-welcome-bot`
 3. `cp .env.dist .env`
 4. Fill in the env vars as required in the `.env` file (see definitions below)
-5. `docker build -t . mastodon-welcome-message`
+5. `docker build . -t mastodon-welcome-message`
 5. Run the app with `docker run -d mastodon-welcome-bot`
 
 ### Steps without Docker