remove docker-in-docker - use volumes

This commit is contained in:
will Farrell
2017-02-12 16:57:19 -07:00
parent 816d1f0fd5
commit aa36fb61ef
5 changed files with 14 additions and 9 deletions

View File

@ -1,12 +1,9 @@
FROM library/alpine:3.5
ENV HOME_DIR=/opt/crontab
RUN apk add --no-cache --virtual .run-deps bash curl jq docker \
RUN apk add --no-cache --virtual .run-deps bash curl jq \
&& mkdir -p ${HOME_DIR}
# Dev
#COPY config.json ${HOME_DIR}/
COPY docker-entrypoint /
ENTRYPOINT ["/docker-entrypoint"]