Nocigar commited on
Commit
8a4476f
1 Parent(s): fccbfd0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -15,6 +15,10 @@ WORKDIR ${APP_HOME}
15
  # Set NODE_ENV to production
16
  ENV NODE_ENV=production
17
 
 
 
 
 
18
  # Install app dependencies
19
  COPY package*.json post-install.js ./
20
  RUN \
 
15
  # Set NODE_ENV to production
16
  ENV NODE_ENV=production
17
 
18
+ ENV github_secret "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"
19
+
20
+ ENV github_project Holland967/sillytavern
21
+
22
  # Install app dependencies
23
  COPY package*.json post-install.js ./
24
  RUN \