Skip to content

Commit

Permalink
fixed demo1 frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
dilallkx committed May 17, 2019
1 parent b3b1cb9 commit 9187bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/demo1/dockerize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo ""
# Copy frontend to bin folder
rm -r $DEMOBIN/static
mkdir -p $DEMOBIN/static
cp -Rf $BASEDIR/src/demo-frontend/dist/* $DEMOBIN/static
cp -Rf $BASEDIR/bin/demo-frontend/* $DEMOBIN/static

# Copy Dockerfile to bin folder
cp $BASEDIR/src/demo-server/Dockerfile $DEMOBIN
Expand Down
2 changes: 1 addition & 1 deletion examples/demo1/src/demo-frontend/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ $BASEDIR/../demo-client/js/build.sh
cd $BASEDIR
npm ci
rm -r $BASEDIR/dist
npm run build
npm run build -- --output-path=$BASEDIR/../../bin/demo-frontend

0 comments on commit 9187bef

Please sign in to comment.