Files
UnitCommitment.jl/web/frontend/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