diff --git a/mate/Dockerfile b/mate/Dockerfile index b61e9f3..8b840ab 100644 --- a/mate/Dockerfile +++ b/mate/Dockerfile @@ -31,6 +31,7 @@ RUN \ /tmp/* + # add local files COPY /root / diff --git a/ubuntu-mate/Dockerfile b/ubuntu-mate/Dockerfile index 13d9dad..f64e081 100644 --- a/ubuntu-mate/Dockerfile +++ b/ubuntu-mate/Dockerfile @@ -40,6 +40,7 @@ RUN \ /tmp/* + # add local files COPY /root / diff --git a/xfce/Dockerfile b/xfce/Dockerfile index 62ffff5..91122d0 100644 --- a/xfce/Dockerfile +++ b/xfce/Dockerfile @@ -36,6 +36,7 @@ RUN dnf -y remove xfce4-power-manager && rm -rf /etc/xdg/autostart/xfce-polkit.d # add local files COPY /root / + # ports and volumes EXPOSE 3389 VOLUME /home