Updated readme
This commit is contained in:
parent
55d56050a8
commit
78a4471453
11
README.md
11
README.md
@ -3,8 +3,6 @@
|
||||
|
||||
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.2.
|
||||
|
||||
|
||||
|
||||
## Table of Contents
|
||||
[[_TOC_]]
|
||||
|
||||
@ -25,8 +23,8 @@ The project can either be run using NPM or Docker. NPM is recommended for develo
|
||||
<details>
|
||||
<summary>Docker</summary>
|
||||
|
||||
1. Build the docker image: `docker build -t legio-xxx:<TAG> .`
|
||||
2. Start the new image: `docker run -p 4200:80 legio-xxx:<TAG>`
|
||||
1. Build the docker image: `docker build -t 291st:<TAG> .`
|
||||
2. Start the new image: `docker run -p 4200:80 291st:<TAG>`
|
||||
|
||||
</details>
|
||||
|
||||
@ -41,9 +39,8 @@ npm run start
|
||||
npm run build:prod
|
||||
|
||||
# Build docker image
|
||||
docker build -t legio-xxx:<TAG>
|
||||
docker build -t 291st:<TAG>
|
||||
|
||||
# Run docker image
|
||||
docker run -p 4200:80 legio-xxx:<TAG>
|
||||
docker run -p 4200:80 291st:<TAG>
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user