Refs #71087 - No need to declare /root as VOLUME

This commit is contained in:
Alin Voinea 2016-04-11 14:59:51 +03:00
parent 09ba3b4d1d
commit 8b1010aa02

View File

@ -4,6 +4,5 @@ MAINTAINER "EEA: IDM2 A-Team" <eea-edw-a-team-alerts@googlegroups.com>
RUN apk add --no-cache --virtual .run-deps rsync openssh
COPY docker-entrypoint.sh /
VOLUME /root
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["sh"]