Skip to content

Commit

Permalink
junseok's container
Browse files Browse the repository at this point in the history
Signed-off-by: Junseokee <weq156@naver.com>
  • Loading branch information
Junseokee committed Jul 26, 2024
1 parent adc009c commit 8fd4a30
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Junseokee/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ COPY *.go ./
RUN go mod download && \
go build -o /myapp

EXPOSE 8080

CMD [ "/myapp" ]

FROM alpine

Expand Down

0 comments on commit 8fd4a30

Please sign in to comment.