Skip to content

Commit

Permalink
change default
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-alt-lulz committed Jan 30, 2024
1 parent f0ed3ae commit ab49393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/microservices/load_simulator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG GOCACHE
ARG GOOS
ARG GOARCH
# manage dependencies
COPY . .
COPY apps/cookbooks/microservices/load_simulator ./
RUN GO_ENABLED=1 GOOS=${GOOS} GOARCH=${GOARCH} go build -ldflags="-s -w" -o api apps/cookbooks/microservices/load_simulator/main.go

FROM ubuntu:22.04
Expand Down

0 comments on commit ab49393

Please sign in to comment.