implement update system, cleaned output text
All checks were successful
/ Build Container (push) Successful in 1h12m54s

This commit is contained in:
2025-10-05 13:23:40 +05:30
parent fc64e871b9
commit c510c102f7
4 changed files with 49 additions and 26 deletions

View File

@@ -15,5 +15,8 @@ COPY --chown=ltxuser:ltxgroup startup.sh /app/startup.sh
COPY --chown=ltxuser:ltxgroup setupFiles /app/setupFiles
RUN chmod +x /app/startup.sh /app/setupFiles/install.sh
# Versioning file, positioned to run if project files changed.
# Change something below this to update the version.
RUN date +"%s" > /app/setupFiles/buildDate
# Startup command
CMD [ "sh", "-c", "/app/startup.sh ${mainFile}" ]