Skip to content

Commit 381a472

Browse files
committed
fix: wrong reference of gnome resources
1 parent f2b453b commit 381a472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ubuntu/Dockerfile.18.04.gnome.amd64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ LABEL maintainer="[email protected]"
7979

8080
COPY --from=builder /src/web/dist/ /usr/local/lib/web/frontend/
8181
COPY rootfs /
82-
RUN cp /etc/supervisor/conf.d/supervisord.xfce /etc/supervisor/conf.d/supervisord.conf
82+
RUN cp /etc/supervisor/conf.d/supervisord.gnome /etc/supervisor/conf.d/supervisord.conf
8383
RUN ln -sf /usr/local/lib/web/frontend/static/websockify /usr/local/lib/web/frontend/static/novnc/utils/websockify && \
8484
chmod +x /usr/local/lib/web/frontend/static/websockify/run
8585

@@ -105,5 +105,5 @@ LABEL ai.backend.kernelspec="1" \
105105

106106
COPY ./service-defs /etc/backend.ai/service-defs
107107
COPY policy.yml /etc/backend.ai/jail/policy.yml
108-
COPY bootstrap_xfce.sh /opt/container/bootstrap.sh
108+
COPY bootstrap_gnome.sh /opt/container/bootstrap.sh
109109
WORKDIR /home/work

0 commit comments

Comments
 (0)