Skip to content

Commit a8048c5

Browse files
committed
adding env var to npm run command
1 parent a1db1df commit a8048c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY public ./public
1010
COPY packages ./packages
1111

1212
RUN npm i
13-
RUN npm run sitemap
13+
RUN SITEMAP_BASE_URL=https://developers.redhat.com/api-catalog npm run sitemap
1414
RUN npm run build
1515

1616
FROM registry.access.redhat.com/ubi9/nginx-124

0 commit comments

Comments
 (0)