diff --git a/README.md b/README.md index 067694f..7d1f7af 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -# How to run me? +

# How to run me locally?

-Use `docker run -d -p 8080:80 ` +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` diff --git a/package-lock.json b/package-lock.json index 2cf816b..92b35d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "silly-game-frontend", - "version": "0.0.25", + "version": "0.0.27", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "silly-game-frontend", - "version": "0.0.25", + "version": "0.0.27", "dependencies": { "@angular/animations": "^18.2.0", "@angular/common": "^18.2.0", diff --git a/package.json b/package.json index 4004067..c750655 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "silly-game-frontend", - "version": "0.0.26", + "version": "0.0.28", "scripts": { "ng": "ng", "start": "ng serve",