mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-07-28 22:53:49 +00:00
add app version output to version.txt
+ refactor main entry point + add debug logging in image extraction
This commit is contained in:
@@ -35,4 +35,7 @@ RUN pip install bjoern
|
||||
ARG app_version
|
||||
ENV SWINGMUSIC_APP_VERSION=$app_version
|
||||
|
||||
# dump the app_version to the version.txt file
|
||||
RUN echo $app_version > version.txt
|
||||
|
||||
ENTRYPOINT ["python", "run.py", "--host", "0.0.0.0", "--config", "/config"]
|
||||
|
||||
Reference in New Issue
Block a user