From 4ca6d1303d1736c175c91458d3d63fd2bccaf694 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Wed, 24 Jul 2024 01:53:41 +0000 Subject: [PATCH] Trying to add the executable. Updating to version 0.0.6 --- Dockerfile | 2 +- README.md | 2 +- root/defaults/autostart | 1 + root/defaults/menu.xml | 7 +++++++ 4 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 root/defaults/autostart create mode 100644 root/defaults/menu.xml diff --git a/Dockerfile b/Dockerfile index 38f2f0f..79c8a3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN wget "https://viva.systems/download/vivadesigner11-64-bit-free-debian-deb/?w && rm -rf /tmp/* # add local files -# COPY /root / +COPY /root / # ports and volumes EXPOSE 3000 diff --git a/README.md b/README.md index 4163ef6..419d517 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Viva Designer Image -### version 0.0.5 \ No newline at end of file +### version 0.0.6 \ No newline at end of file diff --git a/root/defaults/autostart b/root/defaults/autostart new file mode 100644 index 0000000..e8d84ed --- /dev/null +++ b/root/defaults/autostart @@ -0,0 +1 @@ +/usr/lib/viva/VivaDesigner \ No newline at end of file diff --git a/root/defaults/menu.xml b/root/defaults/menu.xml new file mode 100644 index 0000000..f521c21 --- /dev/null +++ b/root/defaults/menu.xml @@ -0,0 +1,7 @@ + + + +/usr/bin/xterm +/usr/lib/viva/VivaDesigner + + \ No newline at end of file