This commit is contained in:
2023-03-25 22:58:34 -07:00
parent 0fab485620
commit 26a9368e5f

View File

@@ -12,9 +12,10 @@ COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
COPY scripts/. /scripts
RUN --mount=type=secret,id=SERIAL \
--mount=type=secret,id=USERNAME \
--mount=type=secret,id=PASSWORD \
bash /scripts/activate_license.sh
# Commented out until better image selection is enabled.
# RUN --mount=type=secret,id=SERIAL \
# --mount=type=secret,id=USERNAME \
# --mount=type=secret,id=PASSWORD \
# bash /scripts/activate_license.sh
ENTRYPOINT ["/entrypoint.sh"]