Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Exchizz authored Aug 5, 2024
1 parent f75993a commit 2c6c221
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 @@ -14,8 +14,8 @@ RUN go mod download

COPY *.go ./

RUN go build -o /docker-kube-learning
RUN go build -o /app/kube-learning

EXPOSE 8080

CMD [ "/docker-kube-learning" ]
CMD [ "/app/kube-learning" ]

0 comments on commit 2c6c221

Please sign in to comment.