no chown
This commit is contained in:
@@ -14,8 +14,7 @@ RUN go build -o /golifehkbot
|
||||
|
||||
FROM scratch
|
||||
|
||||
COPY --chown=0:0 --from=build /golifehkbot /
|
||||
COPY --from=build /golifehkbot /
|
||||
|
||||
WORKDIR /tmp
|
||||
|
||||
CMD [ "/golifehkbot" ]
|
||||
|
Reference in New Issue
Block a user