Настроенный запуск(невидимый снаружи)

This commit is contained in:
2026-02-10 09:41:43 +03:00
parent 75a9e4cc14
commit 69b97275a6
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -46,4 +46,4 @@ RUN ls -la /project
RUN cmake -S /project -B /project/dist -Dmysql-concpp_DIR=/opt/mysql-concpp
RUN cmake --build /project/dist
RUN echo "/usr/local/lib" > /etc/ld.so.conf.d/local.conf && ldconfig
CMD ["/project/dist/App", "127.0.0.1", "8080", ".", "12", "mysqlx://root:root@host.docker.internal:33060"]
CMD ["/project/dist/App", "0.0.0.0", "8080", ".", "12", "mysqlx://root:root@host.docker.internal:33060"]