spaceport/webclient/docker.sh
Elijah Lucian b169f1372b 🚀
2021-03-20 15:29:00 -07:00

4 lines
113 B
Bash
Executable File

docker build . -t spaceport-client
docker run -v $PWD:/usr/src/app spaceport-client
# npm install
# npm run start