Refactor entrypoint script: enhance Wine initialization process and remove obsolete test script

This commit is contained in:
2025-07-07 13:56:13 +02:00
parent f0b007c6f9
commit ec3cb05297
3 changed files with 31 additions and 46 deletions

View File

@@ -39,8 +39,6 @@ WORKDIR /home/container
STOPSIGNAL SIGINT
COPY --chown=container:container ./../entrypoint.sh /entrypoint.sh
COPY --chown=container:container ./../test-wine-dotnet.sh /test-wine-dotnet.sh
RUN chmod +x /entrypoint.sh
RUN chmod +x /test-wine-dotnet.sh
ENTRYPOINT ["/usr/bin/tini", "-g", "--"]
CMD ["/entrypoint.sh"]