1a9ed2b37a
cleanup wrong dependency in go.mod
10 lines
No EOL
227 B
Text
10 lines
No EOL
227 B
Text
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 |