Skip to content

Commit 1ead130

Browse files
committed
increased timeout and changed base image for sample service
Signed-off-by: kumarabd <abishekkumar92@gmail.com>
1 parent 34c4950 commit 1ead130

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ADD . .
44
RUN GOPROXY=direct GOSUMDB=off go build -a -o ./main .
55

66
FROM alpine:latest
7-
COPY --from=build-img /github.com/layer5io/sample-app-service/** /home/
7+
COPY --from=bd /github.com/layer5io/sample-app-service/** /home/
88
WORKDIR /home/
99
EXPOSE 9091
1010
CMD ["./main"]

0 commit comments

Comments
 (0)