same thing with docker-entrypoint.sh
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ WORKDIR /app/webui
|
|||||||
EXPOSE 7860
|
EXPOSE 7860
|
||||||
|
|
||||||
# Create entrypoint script
|
# Create entrypoint script
|
||||||
COPY docker/docker-entrypoint.sh /docker-entrypoint.sh
|
COPY docker-entrypoint.sh /docker-entrypoint.sh
|
||||||
RUN chmod +x /docker-entrypoint.sh
|
RUN chmod +x /docker-entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user