Skip to content

Commit

Permalink
fix docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
broemp committed Aug 21, 2023
1 parent 01b97ab commit c24d9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN CGO_ENABLED=0 go build -o /broempSignal cmd/broempSignal.go
FROM alpine
WORKDIR /app
COPY --from=BUILD /broempSignal .
CMD ["/app/broempSignal"]
CMD ["/broempSignal"]

0 comments on commit c24d9f3

Please sign in to comment.