Skip to content

Commit b8b370d

Browse files
committed
update password config
1 parent f804b60 commit b8b370d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM node:lts-alpine
22

33
RUN mkdir parse-hipaa-dashboard
4-
WORKDIR ./parse-hipaa-dashboard/
4+
WORKDIR ./parse-hipaa-dashboard
55
COPY . .
66

77

88
# Install remaining dev dependencies
99
RUN npm install
1010

1111
ENTRYPOINT []
12-
CMD ["node", "index.js"]
12+
CMD ["node", "./src/index.js"]

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"required": true
3131
},
3232
"PARSE_DASHBOARD_USER_PASSWORD": {
33-
"description": "Specify the user password to connect with. Can use a site to hash your password, https://bcrypt-generator.com.",
33+
"description": "Specify the user password to connect with. This is a password in plain text.",
3434
"required": true
3535
},
3636
"PARSE_DASHBOARD_COOKIE_SESSION_SECRET": {

0 commit comments

Comments
 (0)