This commit is contained in:
parent
22b5bbc5ef
commit
a624f7c048
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ COPY ./ ./
|
|||
|
||||
# RUN go mod download
|
||||
|
||||
RUN echo jojo
|
||||
RUN sleep 99999
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -o fibonacci-go cmd/main.go
|
||||
|
||||
# ToDo: use stretch as image for a completly empty container
|
||||
|
|
Loading…
Reference in a new issue