Skip to content

Commit a8dd69f

Browse files
main
1 parent acceb47 commit a8dd69f

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ RUN mkdir /build
44
WORKDIR /build
55

66
RUN export GO111MODULE=on
7-
RUN go get github.com/AdminTurnedDevOps/GoWebAPI/main
7+
RUN go get github.com/AdminTurnedDevOps/GoWebAPI/app
88
RUN cd /build && git clone https://github.com/AdminTurnedDevOps/GoWebAPI.git
99

1010
RUN cd /build/GoWebAPI/main && go build
1111

1212
EXPOSE 8080
1313

14-
ENTRYPOINT [ "/build/GoWebAPI/main/main" ]
14+
ENTRYPOINT [ "/build/GoWebAPI/app/main" ]
File renamed without changes.

app/main.exe

5.95 MB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)