mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
6 lines
215 B
Batchfile
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" |