Skip to content

Commit 3c74884

Browse files
authored
Merge pull request #443 from RedHatInsights/create_sitemap
create sitemap during build step
2 parents 314e09d + a8048c5 commit 3c74884

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

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

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

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

0 commit comments

Comments
 (0)