Remove .env

This commit is contained in:
2021-09-03 14:52:50 +02:00
parent 68f88d6df0
commit 05c238e007

View File

@@ -59,7 +59,7 @@
In the docker section, replace <br /> In the docker section, replace <br />
- <span class="font-bold">[name]</span> with the name of your bot, <br /> - <span class="font-bold">[name]</span> with the name of your bot, <br />
- <span class="font-bold">[version]</span> with the version of your bot. (You can use `latest`, `dev`... with docker) <br /> - <span class="font-bold">[version]</span> with the version of your bot. (You can use `latest`, `dev`... with docker) <br />
- <span class="font-bold">[env]</span> with your env file (`.env`, `environment.json` or `environment.yml`) - <span class="font-bold">[env]</span> with your env file (`environment.json` or `environment.yml`)
</template> </template>
</AlertWarn> </AlertWarn>
<p>Create a root file named <code class="active">Dockerfile</code>.</p> <p>Create a root file named <code class="active">Dockerfile</code>.</p>