implement update system, cleaned output text
All checks were successful
/ Build Container (push) Successful in 1h12m54s
All checks were successful
/ Build Container (push) Successful in 1h12m54s
This commit is contained in:
@@ -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}" ]
|
||||
|
||||
Reference in New Issue
Block a user