Skip to content

Commit

Permalink
fix: fixing dockerfile and removing artillery script
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavobertoi committed May 17, 2024
1 parent 014c303 commit eec4d16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RUN CGO_ENABLED=0 go build -o bin/realtime /app/cmd/api/main.go
FROM gcr.io/distroless/base-debian11 as runnable

COPY --from=build /app/bin/realtime /
COPY --from=build /app/web /web

EXPOSE 8080

Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ build:
run:
@go build -o bin/realtime cmd/api/main.go
@./bin/realtime

artillery:
artillery run tests/artillery.yaml --output tests/artifacts.json
5 changes: 0 additions & 5 deletions tests/artillery.sh

This file was deleted.

0 comments on commit eec4d16

Please sign in to comment.