same thing with docker-entrypoint.sh

This commit is contained in:
itsnachocheese
2025-12-14 17:29:19 -08:00
parent a533c67f44
commit c004a6ecc9
+1 -1
View File
@@ -102,7 +102,7 @@ WORKDIR /app/webui
EXPOSE 7860
# Create entrypoint script
COPY docker/docker-entrypoint.sh /docker-entrypoint.sh
COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod +x /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoint.sh"]