This commit is contained in:
Elijah Lucian
2021-03-20 18:59:13 -07:00
parent 219f98dab4
commit 20c9898174
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
docker build . -t spaceport-client
docker run -v $PWD:/usr/src/app spaceport-client
docker run -it -p 3000:3000 -v $PWD/src:/usr/src/app/src spaceport-client
# npm install
# npm run start