Copy over CHECKS file

This commit is contained in:
Luke Murphy 2020-03-25 18:52:27 +01:00
parent 8b321795cf
commit d58fffb434
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

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 \