Skip to content

Commit 8fee085

Browse files
committed
(action): using ghcr.io image
1 parent 9df4807 commit 8fee085

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

Dockerfile

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
FROM golang:1.20.2-bullseye AS builder
1+
FROM ghcr.io/u-yas/ennbu:0.0.3
22

3-
WORKDIR /work
4-
5-
COPY go.mod go.sum ./
6-
RUN go mod download
7-
8-
COPY . .
9-
10-
RUN CGO_ENABLED=0 go build -o /ennbu
11-
12-
FROM debian:bullseye-slim
13-
COPY --from=builder /ennbu /usr/bin/ennbu
143
COPY entrypoint.sh /entrypoint.sh
154

165
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)