diff --git a/README.md b/README.md index e8034f7..05c744c 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ To run the service locally, follow these steps: - Clone this repository: `git clone https://github.com/tum-calendar-proxy/tum-calendar-proxy.git` - Navigate to the project directory: `cd tum-calendar-proxy` - Run the proxy server: `go run cmd/proxy/proxy.go` -- The service will be available at +- The service will be available at To build a production image using Docker, follow these steps: - Build the image: `docker build -t tumcalproxy .` -- Run the container: `docker run -p 8081:8081 tumcalproxy` -- The service will be available at +- Run the container: `docker run -p 4321:4321 tumcalproxy` +- The service will be available at