Delete copy from dockerfile
This commit is contained in:
parent
75dde6c79c
commit
7d06e40f58
1 changed files with 0 additions and 2 deletions
|
@ -50,8 +50,6 @@ RUN apk add --no-cache --virtual=build-dependencies \
|
|||
&& chown -R radicale:radicale /data \
|
||||
&& rm -fr /root/.cache
|
||||
|
||||
COPY ./src/config /config/config
|
||||
|
||||
HEALTHCHECK --interval=30s --retries=3 CMD curl --fail http://localhost:5232 || exit 1
|
||||
VOLUME /config /data
|
||||
EXPOSE 5232
|
||||
|
|
Loading…
Reference in a new issue