Skip to content

Commit 89faba2

Browse files
committed
Dockerimage
1 parent 9eae355 commit 89faba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN go mod download
99
WORKDIR /go/src/app
1010
ADD service/cmd cmd
1111
WORKDIR /go/src/app/cmd/server
12-
RUN go build -o app-server
12+
RUN go build -o /app-server
1313

1414
RUN apk --no-cache update
1515
RUN apk --no-cache upgrade

0 commit comments

Comments
 (0)