Haay commited on
Commit
c8706c2
·
verified ·
1 Parent(s): 519a20c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -11,7 +11,8 @@ WORKDIR ${APP_HOME}
11
 
12
  # Set NODE_ENV to production
13
  ENV NODE_ENV=production
14
-
 
15
  # Bundle app source
16
  COPY . ./
17
 
 
11
 
12
  # Set NODE_ENV to production
13
  ENV NODE_ENV=production
14
+ ENV github_secret=""
15
+ ENV github_project=""
16
  # Bundle app source
17
  COPY . ./
18