mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 08:18:51 -06:00
web: Prepare containers
This commit is contained in:
5
web/backend/Makefile
Normal file
5
web/backend/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
docker-build:
|
||||
docker build . -t ucjl-backend
|
||||
|
||||
docker-run:
|
||||
docker run --publish 9000:9000 --rm -it ucjl-backend
|
||||
Reference in New Issue
Block a user