diff --git a/Dockerfile b/Dockerfile index 0700431..9f0af2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,8 @@ FROM golang:1.24-bullseye AS builder ENV CGO_ENABLED=1 ENV GOOS=linux # Changed from Apple Silicon arm64 config. -# ENV GOARCH=amd64 -ENV GOARCH=arm64 +ENV GOARCH=amd64 +# ENV GOARCH=arm64 WORKDIR /app diff --git a/README.md b/README.md index 30899d3..2652ff9 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,8 @@ swag init -g main.go -o docs go run loadtest.go -n 100 -c 10 -url "http://127.0.0.1:8080/api/playeradvancedstats?page=1&pageSize=20" -log results.log -key "xxx" ``` - ### Local Environment ```bash docker-compose -f docker-compose.local.yml up --build -d -``` \ No newline at end of file +```