Skip to content

Commit 51a23ec

Browse files
committed
bug: Fixes Sinopia URI var
1 parent 9a18b95 commit 51a23ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ ARG INDEX_URL
99
ARG EXPORT_BUCKET_URL
1010

1111
# Set environment variables from the build args
12-
ENV INDEX_URL ${INDEX_URL}
12+
ENV INDEX_URL=$INDEX_URL
13+
ENV KEYCLOAK_URL=$KEYCLOAK_URL
14+
ENV SINOPIA_URI=$SINOPIA_URI
1315

1416
COPY package.json .
1517
COPY package-lock.json .

0 commit comments

Comments
 (0)