Skip to content

Commit

Permalink
chore: removing unused static folder (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus49 authored Jan 27, 2025
1 parent 2568857 commit 8e738d1
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 24,000 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ RUN npm run build:wc
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

0 comments on commit 8e738d1

Please sign in to comment.