summaryrefslogtreecommitdiffstats
path: root/docker/from-source/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/from-source/build.sh')
-rwxr-xr-xdocker/from-source/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/from-source/build.sh b/docker/from-source/build.sh
index 7591fa3395..65dbacff2d 100755
--- a/docker/from-source/build.sh
+++ b/docker/from-source/build.sh
@@ -131,6 +131,7 @@ cp -a core/instdir "$INSTDIR"/opt/lokit
if [ -z "$NO_DOCKER_IMAGE" ]; then
cd "$SRCDIR"
cp ../from-packages/scripts/start-collabora-online.sh .
+ cp ../from-packages/scripts/start-collabora-online.pl .
docker build --no-cache -t $DOCKER_HUB_REPO:$DOCKER_HUB_TAG -f $HOST_OS . || exit 1
else
echo "Skipping docker image build"