Add sh to entrypoint

This commit is contained in:
theautomation 2022-12-21 15:50:20 +01:00
parent 307a717717
commit ce7c721148

View file

@ -55,5 +55,5 @@ VOLUME /config /data
EXPOSE 5232
COPY ./src/entrypoint.sh /usr/local/bin
ENTRYPOINT ["entrypoint.sh"]
ENTRYPOINT ["sh", "entrypoint.sh"]
CMD ["radicale", "--config", "/config/config"]