penta 1 месяц назад
Родитель
Сommit
e87929a3cd
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      Dockerfile

+ 3 - 3
Dockerfile

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