This commit is contained in:
2025-02-27 20:16:26 +01:00
parent 3b4cd5c128
commit ac2fde70c7
2 changed files with 25 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ COPY app/SabrehavenServer /home/tibia/SabrehavenServer
COPY app/1mindeploy /home/tibia/1mindeploy
RUN chown -R tibia:tibia /home/tibia && chown -R www-data:www-data /var/www/ZnoteAAC
RUN chown -R tibia:tibia /home/tibia && chmod a+x /home/tibia/1mindeploy/DBCI.sh && service mariadb start && /home/tibia/1mindeploy/DBCI.sh
RUN chown -R tibia:tibia /home/tibia && chmod a+x /home/tibia/1mindeploy/*.sh && service mariadb start && /home/tibia/1mindeploy/DBCI.sh
ENTRYPOINT ["/home/tibia/1mindeploy/entrypoint.sh"]