[Significant Changes] Added build_command.sh to simplify the .gitlab-ci.yml. Added LOG_FILE variable to make the enrypoing 'tail -f' command more useful.

This commit is contained in:
2023-03-21 18:00:07 +08:00
parent b6b90e5368
commit ad7a2f55ad
4 changed files with 40 additions and 1 deletions

View File

@@ -27,4 +27,6 @@ RUN locale-gen en_US.UTF-8
COPY scripts/entrypoint.sh /entrypoint.sh
ENV LOG_FILE /dev/null
CMD [ "/entrypoint.sh" ]