Skip to content

Commit

Permalink
Update to the latest rapid-triples version
Browse files Browse the repository at this point in the history
  • Loading branch information
marioscrock committed Oct 18, 2024
1 parent 54eed6d commit b8c21d3
Show file tree
Hide file tree
Showing 60 changed files with 528 additions and 211 deletions.
3 changes: 0 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
NODE_ENV=development
VUE_APP_BACKEND_PORT=8000
VUE_APP_BASE_URL=http://localhost
OPENID_CLIENTID=NonConfidential
OPENID_SERVER_URL=http://localhost:8080/keycloak
OPENID_REALM=kcong
2 changes: 1 addition & 1 deletion Dockerfile-build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BUILD
FROM node:12.22 as build
FROM node:20 as build

# set working directory
WORKDIR /app
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ Visit http://localhost:8080.

### Update online

Build the image locally and push the updated files in the `dist` folder.
Build the image locally and push the updated files in the `dist` folder using the `publish.sh` script.

If you built the interface using the Docker container, you can get the required files by obtaining the CONTAINER_ID via `docker ps` and running the following command:
```sh
docker cp <CONTAINER_ID>:/usr/share/nginx/html/mobilitydcatap-ui/. ./dist/
```
The scripts builds the interface using the Docker container, and copies the required files in the `dist` folder running an instance of the container.
1 change: 1 addition & 0 deletions dist/css/app.c2644c6c.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions dist/css/chunk-vendors.5c922c6b.css

Large diffs are not rendered by default.

Binary file added dist/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><script defer="defer" src="/mobilitydcatap-ui/js/chunk-vendors.5a889757.js"></script><script defer="defer" src="/mobilitydcatap-ui/js/app.b13eace3.js"></script><link href="/mobilitydcatap-ui/css/chunk-vendors.32c2745c.css" rel="stylesheet"><link href="/mobilitydcatap-ui/css/app.a3a647c0.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><script defer="defer" src="/mobilitydcatap-ui/js/chunk-vendors.1bff00ef.js"></script><script defer="defer" src="/mobilitydcatap-ui/js/app.9a74e5bb.js"></script><link href="/mobilitydcatap-ui/css/chunk-vendors.5c922c6b.css" rel="stylesheet"><link href="/mobilitydcatap-ui/css/app.c2644c6c.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
2 changes: 2 additions & 0 deletions dist/js/109.350c7c05.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/109.350c7c05.js.map

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions dist/js/13.06cd2e07.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/13.06cd2e07.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/js/148.2b6347d2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/js/148.2b6347d2.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/js/200.4dc78eed.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/js/200.4dc78eed.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/js/208.65de7a32.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/208.65de7a32.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/js/236.207c840f.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/236.207c840f.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/js/420.fb240bdb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b8c21d3

Please sign in to comment.