Skip to content

Commit be64302

Browse files
committedDec 7, 2020
Move ./mmdb-from-go-blogpost to its own RUN step
so that it's easier to see if something has gone wrong.
1 parent a3618d4 commit be64302

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ RUN apt-get update && apt-get install less
1515

1616
WORKDIR /project
1717

18-
RUN go build && ./mmdb-from-go-blogpost
18+
RUN go build
19+
RUN ./mmdb-from-go-blogpost

0 commit comments

Comments
 (0)
Please sign in to comment.