mirror of
https://github.com/TeamPiped/RYD-Proxy.git
synced 2024-08-14 23:55:54 +00:00
Add dumb-init to line 12
This commit is contained in:
parent
1a35e6dce4
commit
7872ce8b89
1 changed files with 1 additions and 2 deletions
|
@ -9,13 +9,12 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
|
|||
|
||||
FROM alpine
|
||||
|
||||
RUN apk --no-cache add --no-check-certificate ca-certificates \
|
||||
RUN apk --no-cache add --no-check-certificate ca-certificates dumb-init \
|
||||
&& update-ca-certificates
|
||||
|
||||
|
||||
COPY --from=build /app/main /ryd-proxy
|
||||
|
||||
RUN apk add dumb-init
|
||||
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
|
||||
|
||||
EXPOSE 3000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue