feature: add secret my-mc.link mode

This commit is contained in:
2025-05-10 20:57:13 -07:00
parent e83868695b
commit b0e982ba6f
3 changed files with 23 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ FROM node:lts-slim AS base
WORKDIR /
COPY run.sh .
COPY fetch-my-mc-connector.js .
RUN chmod +x run.sh
RUN npm install -g holesail@2.0.3
@@ -16,6 +17,4 @@ ENV ROLE user
ENV CONNECTOR ""
ENV FORCE ""
WORKDIR /data
ENTRYPOINT [ "/run.sh" ]