5 lines
152 B
Bash
Executable File
5 lines
152 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker build -t uhub:windows -f build-windows.dockerfile .
|
|
docker run --rm --name uhub-windows-build -v $(pwd)/dist:/app/dist uhub:windows
|