Copy over CHECKS file

This commit is contained in:
Luke Murphy
2020-03-25 18:52:27 +01:00
parent 8b321795cf
commit d58fffb434

View File

@ -7,6 +7,8 @@ ENV NODE_ENV production
WORKDIR /usr/src/app
COPY . ${WORKDIR}
RUN apt-get update && \
apt-get install --no-install-recommends --yes \
automake \