This commit is contained in:
Lee 2023-12-30 23:32:24 +00:00
parent cc0c0f2368
commit f9c7c90d44
2 changed files with 4 additions and 6 deletions

@ -1,5 +1,3 @@
{
"plugins": [
"@babel/plugin-proposal-class-properties"
]
"plugins": ["@babel/plugin-proposal-class-properties"]
}

@ -51,7 +51,7 @@ Minetrack can be built and run with Docker from this repository in several ways:
### Build and deploy directly with Docker
```
```bash
# build image with name minetrack and tag latest
docker build . --tag minetrack:latest
@ -67,7 +67,7 @@ The published port can be changed by modifying the parameter argument, e.g.:
### Build and deploy with docker-compose
```
```bash
# build and start service
docker-compose up --build
@ -79,7 +79,7 @@ docker-compose down
The following configuration enables Nginx to act as reverse proxy for a Minetrack instance that is available at port 8080 on localhost:
```
```nginx
server {
server_name minetrack.example.net;
listen 80;