Skip to content

Commit

Permalink
chore: simplify dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Oct 9, 2023
1 parent c1f8662 commit 28726b9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
FROM alpine:latest as builder

COPY --from=golang:alpine /usr/local/go/ /usr/local/go/
ENV PATH="$PATH:/usr/local/go/bin"
ENV PATH="$PATH:/root/go/bin"
FROM golang:alpine as builder

WORKDIR /app

Expand Down

0 comments on commit 28726b9

Please sign in to comment.