mirror of https://github.com/01-edu/public.git
xpetit
4 years ago
2 changed files with 0 additions and 14 deletions
@ -1,8 +0,0 @@ |
|||||||
FROM golang:1.14.6-alpine3.12 |
|
||||||
|
|
||||||
ENV GIT_TERMINAL_PROMPT=0 |
|
||||||
RUN apk add --no-cache git |
|
||||||
RUN go get github.com/01-edu/z01 |
|
||||||
|
|
||||||
COPY entrypoint.sh /usr/local/bin |
|
||||||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |
|
@ -1,6 +0,0 @@ |
|||||||
#!/bin/sh |
|
||||||
|
|
||||||
set -e |
|
||||||
|
|
||||||
go build -o exe ./student |
|
||||||
./exe "$@" |
|
Loading…
Reference in new issue