Explorar el Código

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
Pritam Sangani hace 2 años
padre
commit
e1c5c706c6
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .dockerignore

+ 2 - 1
.dockerignore

@@ -1,5 +1,6 @@
 *
-!.env
+!.env.development
+!.env.production
 !.eslintrc.json
 !.npmrc
 !.prettierrc