Skip to content

Commit

Permalink
Include .env in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
megastary committed Oct 17, 2023
1 parent ce65104 commit b90373c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ COPY package*.json ./
RUN npm ci --only=production

# Bundle app source
COPY defaults.env .env
COPY . .

# Change ownership for writeable folders to node user
Expand Down
2 changes: 1 addition & 1 deletion example.env → defaults.env
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CREDS_RESPONSE_TYPE=id_token
CREDS_RESPONSE_MODE=form_post
CREDS_REDIRECT_URL=https://localhost/auth/openid/return
CREDS_ALLOW_HTTP_FOR_REDIRECT_URL=false
CREDS_CLIENT_SECRET=rtdo:@-some-secret
CREDS_CLIENT_SECRET=somegeneratedsecret
CREDS_VALIDATE_ISSUER=true
CREDS_ISB2C=
CREDS_ISSUER=
Expand Down

0 comments on commit b90373c

Please sign in to comment.