This commit is contained in:
2022-09-14 23:48:00 +08:00
parent 877ef47dc9
commit f022b237ef

View File

@@ -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" ]