Skip to content

Commit 9709009

Browse files
author
Eric Marshall
committed
Use SCOPE instead of SCOPES for exposed env var
1 parent 4412e41 commit 9709009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN npm install
99

1010
ENV CLIENT_ID=""
1111
ENV CLIENT_SECRET=""
12-
ENV SCOPES=""
12+
ENV SCOPE=""
1313

1414
EXPOSE 3000
1515

0 commit comments

Comments
 (0)