mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 00:08:52 -06:00
web: Prepare containers
This commit is contained in:
5
web/frontend/Makefile
Normal file
5
web/frontend/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
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
|
||||
Reference in New Issue
Block a user