|
|
@@ -349,17 +349,17 @@ RUN dpkg --add-architecture i386 \
|
|
|
|
|
|
COPY desktop-entrypoint.sh /etc/desktop-entrypoint.sh
|
|
|
COPY sunshine-entrypoint.sh /etc/sunshine-entrypoint.sh
|
|
|
-COPY supervisord.conf /etc/supervisor/supervisord.conf
|
|
|
+COPY supervisord.conf /etc/supervisord.conf
|
|
|
|
|
|
RUN sed -i 's/\r$//' \
|
|
|
/etc/desktop-entrypoint.sh \
|
|
|
/etc/sunshine-entrypoint.sh \
|
|
|
- /etc/supervisor/supervisord.conf \
|
|
|
+ /etc/supervisord.conf \
|
|
|
&& chmod 0755 \
|
|
|
/etc/desktop-entrypoint.sh \
|
|
|
/etc/sunshine-entrypoint.sh \
|
|
|
&& chmod 0644 \
|
|
|
- /etc/supervisor/supervisord.conf
|
|
|
+ /etc/supervisord.conf
|
|
|
|
|
|
|
|
|
# =============================================================================
|