Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
drew138 committed Mar 21, 2024
1 parent a5294b5 commit f749fa9
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 @@ -6,9 +6,9 @@ COPY . .

RUN go mod download

RUN go build -o /app
RUN go build -o /app/server

EXPOSE 80


ENTRYPOINT ["/app"]
ENTRYPOINT ["/app/server"]

0 comments on commit f749fa9

Please sign in to comment.