Browse Source

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
pull/5806/head
Pritam Sangani 3 years ago committed by GitHub
parent
commit
e1c5c706c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .dockerignore

3
.dockerignore

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

Loading…
Cancel
Save