mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 08:18:51 -06:00
15 lines
293 B
Makefile
15 lines
293 B
Makefile
docker-build:
|
|
docker build . \
|
|
--build-arg REACT_APP_BACKEND_URL=https://ucjl.axavier.org/api \
|
|
-t ucjl-frontend
|
|
|
|
docker-run:
|
|
docker stop ucjl-frontend
|
|
docker rm ucjl-frontend
|
|
docker run \
|
|
--detach \
|
|
--network custom \
|
|
--restart always \
|
|
--name ucjl-frontend \
|
|
ucjl-frontend
|