mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 09:19:07 +08:00
Make sure the entrypoint script has the correct line endings
This commit is contained in:
parent
ae464ada60
commit
237442fabb
@ -39,4 +39,7 @@ COPY --from=go-base /app/src/lib/go-html-to-md/html-to-markdown.so /app/dist/src
|
|||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
ENV PUPPETEER_EXECUTABLE_PATH="/usr/bin/chromium"
|
ENV PUPPETEER_EXECUTABLE_PATH="/usr/bin/chromium"
|
||||||
|
|
||||||
|
# Make sure the entrypoint script has the correct line endings
|
||||||
|
RUN sed -i 's/\r$//' /app/docker-entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT "/app/docker-entrypoint.sh"
|
ENTRYPOINT "/app/docker-entrypoint.sh"
|
Loading…
x
Reference in New Issue
Block a user