From 2cc6df22d1619e984a0c818efc68c1bcb0ca4a72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Wed, 19 Jan 2022 18:47:01 +0100 Subject: [PATCH] doxc fix mistake. --- .docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/README.md b/.docker/README.md index b44601c..879a522 100644 --- a/.docker/README.md +++ b/.docker/README.md @@ -2,7 +2,7 @@ If you want to contribute, but do not want to install anything on your host system, we got you covered. You only need docker. Technically, it could be done using vs code development in container, but this is more fun:). -You need to copy `.env.development` to `.env` and customize values. +You need to copy `.env.default` to `.env` and customize values. ## Step 1: Building server