docker
parent
d2da2e0249
commit
15f93a15f8
|
@ -6,4 +6,18 @@ fi
|
||||||
|
|
||||||
echo "Starting static web build of admin-dashboard-web"
|
echo "Starting static web build of admin-dashboard-web"
|
||||||
npm run build
|
npm run build
|
||||||
echo "Finished static web build of admin-dashboard-web"
|
echo "Finished static web build of admin-dashboard-web"
|
||||||
|
|
||||||
|
# rm images
|
||||||
|
docker image rm jnx-admin-dashboard-proxy
|
||||||
|
|
||||||
|
# build images
|
||||||
|
docker compose build jnx-admin-dashboard-proxy
|
||||||
|
|
||||||
|
# tag images
|
||||||
|
docker image tag jnx-admin-dashboard-proxy:latest dockreg.ex.umbach.dev/jnx-admin-dashboard-proxy:latest
|
||||||
|
|
||||||
|
# push to self-hosted docker registry
|
||||||
|
docker push dockreg.ex.umbach.dev/jnx-admin-dashboard-proxy
|
||||||
|
|
||||||
|
echo "Uploaded admin-dashboard-web as jnx-admin-dashboard-proxy"
|
|
@ -6034,9 +6034,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/caniuse-lite": {
|
"node_modules/caniuse-lite": {
|
||||||
"version": "1.0.30001478",
|
"version": "1.0.30001559",
|
||||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001478.tgz",
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001559.tgz",
|
||||||
"integrity": "sha512-gMhDyXGItTHipJj2ApIvR+iVB5hd0KP3svMWWXDvZOmjzJJassGLMfxRkQCSYgGd2gtdL/ReeiyvMSFD1Ss6Mw==",
|
"integrity": "sha512-cPiMKZgqgkg5LY3/ntGeLFUpi6tzddBNS58A4tnTgQw1zON7u2sZMU7SzOeVH4tj20++9ggL+V6FDOFMTaFFYA==",
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
|
|
Loading…
Reference in New Issue