Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.11 as build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / pipe / dockerBuildAndPush / docker

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

COPY frontend/package.json frontend/package-lock.json /app/frontend/

Expand All @@ -12,6 +12,5 @@
FROM nginx:alpine
COPY --from=build /app/frontend/dist/ /usr/share/nginx/html/ui/example-content
COPY --from=build /app/frontend/dist-wc/ /usr/share/nginx/html/ui/wc
COPY static/ /usr/share/nginx/html/ui/static
COPY nginx.conf /etc/nginx/nginx.conf
EXPOSE 8080
3 changes: 0 additions & 3 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@ http {
location /ui/account-ui/ {
try_files $uri $uri/ /ui/account-ui/index.html;
}

location /ui/static/ {
}
}
}
55 changes: 0 additions & 55 deletions static/apeirora-logo.svg

This file was deleted.

Binary file removed static/catalog/72-Bold-full.338928a2310a07fd.woff2
Binary file not shown.
Binary file not shown.
Binary file removed static/catalog/SAP-icons.169d50d11fe45248.woff
Binary file not shown.
Loading
Loading