Files
meshing-around/script/docker/docker-install.bat
2025-01-12 11:19:27 -08:00

6 lines
215 B
Batchfile

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"