Removed copy from dockerfile

This commit is contained in:
theautomation 2022-12-21 15:42:42 +01:00
parent 8d7b3d94c7
commit 6b843ad2b2

View file

@ -50,8 +50,6 @@ RUN apk add --no-cache --virtual=build-dependencies \
&& chown -R radicale:radicale /data \
&& rm -fr /root/.cache
COPY config /config/config
HEALTHCHECK --interval=30s --retries=3 CMD curl --fail http://localhost:5232 || exit 1
VOLUME /config /data
EXPOSE 5232