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
All checks were successful
ci / build (push) Successful in 1m19s
This commit is contained in:
commit
a2a08c8e25
3 changed files with 6 additions and 5 deletions
|
@ -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`
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "silly-game-frontend",
|
||||
"version": "0.0.26",
|
||||
"version": "0.0.28",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
|
|
Loading…
Reference in a new issue