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