This commit is contained in:
SPRINX0\prochazka
2025-01-02 15:35:57 +01:00
parent 77be448b41
commit b4d1b9aa05
3 changed files with 19 additions and 3 deletions

View File

@@ -14,9 +14,9 @@ RUN service mysql start && \
mysql -uroot -e "ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root'; FLUSH PRIVILEGES;" && \
service mysql stop
EXPOSE 22 3306
EXPOSE 22
COPY start.sh /start.sh
RUN chmod +x /start.sh
CMD ["/start.sh"]
CMD ["/start.sh"]