mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-09 10:50:42 +00:00
Installation instructions: port 80
This commit is contained in:
parent
93d95e447c
commit
08b80257e2
@ -62,7 +62,7 @@ docker build . -t myapp:latest
|
|||||||
Once the Docker image is correctly built, you can test it locally using
|
Once the Docker image is correctly built, you can test it locally using
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run -p 8080:8080 myapp:latest
|
docker run -p 80:8080 myapp:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## Deploying using a JAR
|
## Deploying using a JAR
|
||||||
@ -73,5 +73,5 @@ mvn package -Pproduction
|
|||||||
```
|
```
|
||||||
Then run the server:
|
Then run the server:
|
||||||
```
|
```
|
||||||
java -jar target/typicalc-1.0-SNAPSHOT.jar
|
PORT=80 java -jar target/typicalc-1.0-SNAPSHOT.jar
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user