From f9c7c90d44d027ac28dcd78d53d76d9ac5aead6d Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 30 Dec 2023 23:32:24 +0000 Subject: [PATCH] e --- .babelrc | 4 +--- README.md | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.babelrc b/.babelrc index 7b5554a..84ed5f1 100644 --- a/.babelrc +++ b/.babelrc @@ -1,5 +1,3 @@ { - "plugins": [ - "@babel/plugin-proposal-class-properties" - ] + "plugins": ["@babel/plugin-proposal-class-properties"] } diff --git a/README.md b/README.md index 5d332c2..ca24a6d 100644 --- a/README.md +++ b/README.md @@ -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;