Skip to content

Commit

Permalink
docker: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
  • Loading branch information
tjjh89017 committed Sep 17, 2024
1 parent bb9fe54 commit 09e8070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22 as builder
FROM golang:1.22 AS builder

COPY . /work
WORKDIR /work
Expand All @@ -8,6 +8,6 @@ RUN go build -v -o stunmesh
FROM scratch

WORKDIR /
copy --from=builder /work/stunmesh .
COPY --from=builder /work/stunmesh .

CMD ["/stunmesh"]

0 comments on commit 09e8070

Please sign in to comment.