package.json changed
This commit is contained in:
parent
a2a08c8e25
commit
1c2be7dd74
2 changed files with 14 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
"build": "ng build",
|
"build": "ng build --base-href /silly-game/ --deploy-url /silly-game/",
|
||||||
"watch": "ng build --watch --configuration development",
|
"watch": "ng build --watch --configuration development",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"lint": "ng lint"
|
"lint": "ng lint"
|
||||||
|
|
13
push_container_image.sh
Executable file
13
push_container_image.sh
Executable file
|
@ -0,0 +1,13 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker build --platform linux/arm64 -t michals-silly-game-frontend .
|
||||||
|
|
||||||
|
docker tag michals-silly-game-frontend forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/michals-silly-game-frontend:latest
|
||||||
|
|
||||||
|
docker login https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/
|
||||||
|
|
||||||
|
docker push forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/michals-silly-game-frontend:latest
|
||||||
|
|
||||||
|
docker logout
|
||||||
|
|
||||||
|
docker login
|
Loading…
Reference in a new issue