Skip to content

Commit 9907982

Browse files
authored
Merge branch 'master' into add_codeowners
2 parents 43cd516 + 59a8906 commit 9907982

File tree

5 files changed

+2694
-1153
lines changed

5 files changed

+2694
-1153
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,8 @@ Thumbs.db
5656
.angular
5757

5858
# karma
59-
karma-junit.xml
59+
karma-junit.xml
60+
61+
# config files overrides
62+
config.override.json
63+
config.override.*.json

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ RUN npm ci
88
COPY . /frontend/
99
RUN npx ng build
1010

11+
# NOTE: As of Sept 22, frontend is served on port 8080 (previously 80)
12+
# Make sure deployments, ingress, and services reference 8080 instead of 80
1113
FROM docker.io/nginxinc/nginx-unprivileged:1.26.3
1214
USER root
1315
RUN rm -rf /usr/share/nginx/html/*

0 commit comments

Comments
 (0)