Skip to content

Commit 8e738d1

Browse files
authored
chore: removing unused static folder (#85)
1 parent 2568857 commit 8e738d1

16 files changed

+0
-24000
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ RUN npm run build:wc
1212
FROM nginx:alpine
1313
COPY --from=build /app/frontend/dist/ /usr/share/nginx/html/ui/example-content
1414
COPY --from=build /app/frontend/dist-wc/ /usr/share/nginx/html/ui/wc
15-
COPY static/ /usr/share/nginx/html/ui/static
1615
COPY nginx.conf /etc/nginx/nginx.conf
1716
EXPOSE 8080

nginx.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,5 @@ http {
1515
location /ui/account-ui/ {
1616
try_files $uri $uri/ /ui/account-ui/index.html;
1717
}
18-
19-
location /ui/static/ {
20-
}
2118
}
2219
}

static/apeirora-logo.svg

Lines changed: 0 additions & 55 deletions
This file was deleted.
-55.4 KB
Binary file not shown.
-56.6 KB
Binary file not shown.
-78.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)