Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
esrrhs committed Apr 3, 2024
1 parent 1f8c412 commit f41b4b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /app
COPY go.* ./
RUN go mod download
COPY . ./
RUN go mod tidy
RUN go build -v -o spp

FROM debian
Expand Down

0 comments on commit f41b4b8

Please sign in to comment.