mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 08:18:51 -06:00
5 lines
112 B
Makefile
5 lines
112 B
Makefile
docker-build:
|
|
docker build . -t ucjl-backend
|
|
|
|
docker-run:
|
|
docker run --publish 9000:9000 --rm -it ucjl-backend
|