Browse Source

Restore missing env vars in Docker image (#1922)

pull/1928/head
Minh Nguyen 6 years ago committed by GitHub
parent
commit
f9793835e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .dockerignore

1
.dockerignore

@ -5,3 +5,4 @@ @@ -5,3 +5,4 @@
!package-lock.json
!package.json
!tsconfig.json
!.env

Loading…
Cancel
Save