diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-03-05 20:07:36 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-03-05 20:07:36 -0500 |
| commit | dcbadadc86eef30bf6673d8446ebdb8fe7b45177 (patch) | |
| tree | ff6f1275ec99ab3b3b943425d4dcc4451cb1b336 /Dockerfile | |
| parent | 4b29ee13628ba92878c6ba75e5b17acd3a96bcd6 (diff) | |
| download | x-dcbadadc86eef30bf6673d8446ebdb8fe7b45177.tar.xz x-dcbadadc86eef30bf6673d8446ebdb8fe7b45177.zip | |
bump flake
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 09346a9..0000000 --- a/Dockerfile +++ /dev/null @@ -1,14 +0,0 @@ -FROM golang:alpine AS build -WORKDIR /x -ENV GOPROXY=https://cache.greedo.xeserv.us -ENV CGO_ENABLED=0 -COPY go.mod . -COPY go.sum . -RUN go mod download -COPY . . -RUN go test ./... -RUN GOBIN=/x/bin go install -v ./... - -FROM alpine -COPY --from=build /x/bin/ /usr/local/bin/ -RUN apk --no-cache add man |
