euIaxs22 commited on
Commit
f979f21
verified
1 Parent(s): d27f64f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -83,6 +83,7 @@ RUN pip install --upgrade bitsandbytes
83
  COPY info.sh ./app/info.sh
84
  COPY builder.sh ./app/builder.sh
85
  COPY start.sh ./app/start.sh
 
86
 
87
  # ---------------- C贸digo e permiss玫es ----------------
88
  COPY . .
@@ -90,7 +91,7 @@ RUN useradd -m -u 1000 -s /bin/bash appuser
90
  #chown -R appuser:appuser /app
91
  #chmod 0755 /app/start.sh /app/info.sh /app/builder.sh || true
92
 
93
- RUN chmod +x /app/start_seedvr.sh /app/entrypoint.sh && \
94
  chown -R appuser:appuser /app
95
 
96
 
 
83
  COPY info.sh ./app/info.sh
84
  COPY builder.sh ./app/builder.sh
85
  COPY start.sh ./app/start.sh
86
+ COPY entrypoint.sh ./app/entrypoint.sh
87
 
88
  # ---------------- C贸digo e permiss玫es ----------------
89
  COPY . .
 
91
  #chown -R appuser:appuser /app
92
  #chmod 0755 /app/start.sh /app/info.sh /app/builder.sh || true
93
 
94
+ RUN chmod +x /app/start.sh /app/entrypoint.sh && \
95
  chown -R appuser:appuser /app
96
 
97