Browse Source

Mise à jour de 'Dockerfile'

penta 1 tháng trước cách đây
mục cha
commit
e87929a3cd
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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 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
 
 
 # =============================================================================