From e1c5c706c684223c63b009b8136862cdd97fc989 Mon Sep 17 00:00:00 2001 From: Pritam Sangani Date: Mon, 7 Nov 2022 11:18:38 +0000 Subject: [PATCH] build: stops ignoring .env files from docker context so env variables get set during react app build. (#5809) build: stops ignoring .env.development and .env.production files from docker context so env variables get set during react app build. * this fixes the issue where Browse Libraries button link was broken in docker/self-hosted versions of excalidraw --- .dockerignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 9f12280ed..7a0150947 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,6 @@ * -!.env +!.env.development +!.env.production !.eslintrc.json !.npmrc !.prettierrc