Removed copy from dockerfile
This commit is contained in:
parent
8d7b3d94c7
commit
6b843ad2b2
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 \
|
&& chown -R radicale:radicale /data \
|
||||||
&& rm -fr /root/.cache
|
&& rm -fr /root/.cache
|
||||||
|
|
||||||
COPY config /config/config
|
|
||||||
|
|
||||||
HEALTHCHECK --interval=30s --retries=3 CMD curl --fail http://localhost:5232 || exit 1
|
HEALTHCHECK --interval=30s --retries=3 CMD curl --fail http://localhost:5232 || exit 1
|
||||||
VOLUME /config /data
|
VOLUME /config /data
|
||||||
EXPOSE 5232
|
EXPOSE 5232
|
||||||
|
|
Loading…
Reference in a new issue