This commit is contained in:
2024-02-15 20:42:00 +09:00
parent 6bd1126582
commit d0927577f5
5 changed files with 29 additions and 4 deletions

View File

@ -4,7 +4,7 @@ USER root
ADD .config /root/.config
WORKDIR /root
ADD ./scpt/entrypoint.sh /
ADD ./test/entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]