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 RUN chmod +x /entrypoint.sh
COPY scripts/. /scripts COPY scripts/. /scripts
RUN --mount=type=secret,id=SERIAL \ # Commented out until better image selection is enabled.
--mount=type=secret,id=USERNAME \ # RUN --mount=type=secret,id=SERIAL \
--mount=type=secret,id=PASSWORD \ # --mount=type=secret,id=USERNAME \
bash /scripts/activate_license.sh # --mount=type=secret,id=PASSWORD \
# bash /scripts/activate_license.sh
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]