Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lsowen authored Sep 14, 2024
1 parent 18ff66d commit 943c9a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM golang:1.22 AS builder
WORKDIR /workspace

COPY ./ /workspace/
# RUN go mod download
RUN go mod download


# Build
Expand All @@ -18,4 +18,4 @@ COPY --from=builder /workspace/hoover-dam /usr/local/bin/

USER 65532:65532

ENTRYPOINT ["/usr/local/bin/hoover-dam"]
ENTRYPOINT ["/usr/local/bin/hoover-dam"]

0 comments on commit 943c9a9

Please # to comment.