Preparing backend integration
This commit is contained in:
4
front/deploy.sh
Normal file
4
front/deploy.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker build -t letsmeet .
|
||||
docker run -d -p 8080:8080 letsmeet
|
||||
Reference in New Issue
Block a user