Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 0c0b901

Browse files
committed
fix(docker): build directly
1 parent 794049a commit 0c0b901

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
FROM golang:1.21.0-alpine AS builder
22
WORKDIR /go/src/github.com/AH-dark/epay-cli
33

4-
COPY go.mod .
5-
COPY go.sum .
6-
7-
RUN go mod download
8-
94
COPY . .
105

116
RUN go build -o epay-cli .

0 commit comments

Comments
 (0)