Skip to content

Commit b62ea3a

Browse files
committed
Fix create_image.sh
1 parent 4a95304 commit b62ea3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/create_image.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ cd ../frontend
22
npm install
33
npm audit fix
44
npm run build --prod --baseHref=http://localhost:8080/
5+
cp -a dist/openvidu-teaching/. ../backend/src/main/resources/static/
56
cd ../backend
67
mvn -Dmaven.test.skip=true package
78
cp target/OpenViduTeaching.jar ../docker/build/

0 commit comments

Comments
 (0)