Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63bb3aa4db |
@ -1,4 +1,3 @@
|
||||
#Build the Go Binary.
|
||||
FROM golang:1.22 as build_actions_test
|
||||
ENV CGO_ENABLED 0
|
||||
|
||||
@ -13,4 +12,4 @@ RUN go build
|
||||
FROM alpine:3.20
|
||||
COPY --from=build_actions_test /service/ /app/
|
||||
WORKDIR /app
|
||||
CMD ["./actions_test"]
|
||||
CMD ["./actions_test"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user