Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tnix100 authored Aug 12, 2024
1 parent a9b8860 commit f4e6814
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
@@ -1,6 +1,6 @@
FROM golang
FROM --platform=$BUILDPLATFORM golang
WORKDIR /app
COPY . .
RUN go mod download
RUN go build -o /Meower-Uploads
ENTRYPOINT ["/Meower-Uploads"]
ENTRYPOINT ["/Meower-Uploads"]

0 comments on commit f4e6814

Please sign in to comment.