Spaces:
Running
Running
File size: 146 Bytes
960a64d |
1 2 3 4 |
docker build -t path-foundation-demo . && docker stop $(docker ps -a -q) && docker run -p 8080:8080 -it --env-file env.list path-foundation-demo |