docker enhancements

This commit is contained in:
SpudGunMan
2025-01-12 11:19:27 -08:00
parent 9f676a4c8d
commit d482f2ccc9
3 changed files with 9 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
REM batch file to install docker on windows
REM docker compose up -d
cd ../../
docker build -t meshing-around .
REM docker-compose up -d
docker run -it --entrypoint /bin/bash meshing-around -c "nano /app/config.ini"
+2
View File
@@ -0,0 +1,2 @@
REM launch meshing-around container with a terminal
docker run -it --entrypoint /bin/bash meshing-around -c "nano /app/config.ini"