mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-08 01:08:50 -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
|