generated from Sithas/conan_template
Настроенный запуск(невидимый снаружи)
This commit is contained in:
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user