We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a95304 commit b62ea3aCopy full SHA for b62ea3a
docker/create_image.sh
@@ -2,6 +2,7 @@ cd ../frontend
2
npm install
3
npm audit fix
4
npm run build --prod --baseHref=http://localhost:8080/
5
+cp -a dist/openvidu-teaching/. ../backend/src/main/resources/static/
6
cd ../backend
7
mvn -Dmaven.test.skip=true package
8
cp target/OpenViduTeaching.jar ../docker/build/
0 commit comments