Fix line ending bug on Windows
This commit is contained in:
parent
0dc17286b9
commit
cc821315f8
1 changed files with 2 additions and 1 deletions
|
|
@ -31,5 +31,6 @@ COPY --from=builder /home/perplexica/migrator/index.js ./migrate.js
|
||||||
RUN mkdir /home/perplexica/uploads
|
RUN mkdir /home/perplexica/uploads
|
||||||
|
|
||||||
COPY entrypoint.sh ./entrypoint.sh
|
COPY entrypoint.sh ./entrypoint.sh
|
||||||
|
RUN sed -i 's/\r$//' ./entrypoint.sh
|
||||||
RUN chmod +x ./entrypoint.sh
|
RUN chmod +x ./entrypoint.sh
|
||||||
CMD ["./entrypoint.sh"]
|
CMD ["/bin/sh","/home/perplexica/entrypoint.sh"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue