update for devops

This commit is contained in:
2019-02-15 13:39:40 +00:00
parent 4e11a714fa
commit c4e29300ab
2 changed files with 4 additions and 1 deletions

View File

@@ -12,4 +12,5 @@ RUN apk add --no-cache --virtual .build-deps mariadb-dev build-base \
&& apk add --virtual .runtime-deps mariadb-connector-c-dev mariadb-connector-c \
&& apk del .build-deps
ADD . /src/
RUN cat /src/cbreader/crontab >> /etc/crontabs/root
RUN cat /src/cbreader/crontab >> /etc/crontabs/root
EXPOSE 8000