inlined strcase dependency
cleanup wrong dependency in go.mod
This commit is contained in:
parent
0a64b76687
commit
1a9ed2b37a
9 changed files with 141 additions and 21 deletions
10
Dockerfile_only_build
Normal file
10
Dockerfile_only_build
Normal file
|
@ -0,0 +1,10 @@
|
|||
FROM golang:1.11-stretch
|
||||
|
||||
RUN mkdir /hetzner-sb-notifier
|
||||
COPY . /hetzner-sb-notifier/
|
||||
WORKDIR /hetzner-sb-notifier
|
||||
|
||||
RUN chmod +x build.sh
|
||||
|
||||
RUN /hetzner-sb-notifier/build.sh linux
|
||||
RUN ls -lth /hetzner-sb-notifier/builds
|
Reference in a new issue