mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 08:18:51 -06:00
5 lines
165 B
Makefile
5 lines
165 B
Makefile
docker-build:
|
|
docker build . -t ucjl-frontend
|
|
|
|
docker-run:
|
|
docker run -e REACT_APP_BACKEND_URL=http://localhost:9000/api --publish 3000:3000 --rm -it ucjl-frontend
|