Fix path
This commit is contained in:
parent
75b9c6b2c1
commit
62d0b0865c
1 changed files with 2 additions and 2 deletions
|
@ -50,12 +50,12 @@ RUN apk add --no-cache --virtual=build-dependencies \
|
|||
&& chown -R radicale:radicale /data \
|
||||
&& rm -fr /root/.cache
|
||||
|
||||
COPY config /config/config
|
||||
COPY ./src/config /config/config
|
||||
|
||||
HEALTHCHECK --interval=30s --retries=3 CMD curl --fail http://localhost:5232 || exit 1
|
||||
VOLUME /config /data
|
||||
EXPOSE 5232
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin
|
||||
COPY ./src/docker-entrypoint.sh /usr/local/bin
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
CMD ["radicale", "--config", "/config/config"]
|
Loading…
Reference in a new issue