Compare commits
3 Commits
23c1b08798
...
1c2fdf6349
Author | SHA1 | Date | |
---|---|---|---|
1c2fdf6349 | |||
2476e2484e | |||
b9d23b1e2c |
@ -7,7 +7,7 @@ COPY . .
|
|||||||
RUN make build
|
RUN make build
|
||||||
|
|
||||||
WORKDIR /go
|
WORKDIR /go
|
||||||
RUN tar cvfz go-src.tgz src && du -sh *
|
RUN tar cfz go-src.tgz src && du -sh *
|
||||||
|
|
||||||
# this container doesn't do anything except hold the build artifact
|
# this container doesn't do anything except hold the build artifact
|
||||||
# and make sure it compiles.
|
# and make sure it compiles.
|
||||||
|
Loading…
Reference in New Issue
Block a user