Merge branch 'main' of https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/michals-silly-game-frontend
All checks were successful
ci / build (push) Successful in 1m19s

This commit is contained in:
miwr 2025-04-16 12:25:44 +02:00
commit a2a08c8e25
3 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,7 @@
# How to run me? <h1># How to run me locally?</h1>
Use `docker run -d -p 8080:80 <container-name> <image>` Use `docker build --platform linux/arm64 --build-arg LOCAL=true -t silly-game-frontend .`
and then `docker run -d -p 4200:80 silly-game-frontend` and then visil https//:localhost:4200
And you also need a local mailhog application `docker run -d -p 8025:8025 -p 1025:1025 mailhog/mailhog` And you also need a local mailhog application `docker run -d -p 8025:8025 -p 1025:1025 mailhog/mailhog`

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "silly-game-frontend", "name": "silly-game-frontend",
"version": "0.0.25", "version": "0.0.27",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "silly-game-frontend", "name": "silly-game-frontend",
"version": "0.0.25", "version": "0.0.27",
"dependencies": { "dependencies": {
"@angular/animations": "^18.2.0", "@angular/animations": "^18.2.0",
"@angular/common": "^18.2.0", "@angular/common": "^18.2.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "silly-game-frontend", "name": "silly-game-frontend",
"version": "0.0.26", "version": "0.0.28",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",