Fix copy of CHECKS file into place
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
6fa6bc96bf
commit
f85afcefbc
@ -5,8 +5,6 @@ FROM node:8-stretch
|
||||
|
||||
ENV NODE_ENV production
|
||||
|
||||
COPY . ${WORKDIR}
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install --no-install-recommends --yes \
|
||||
automake \
|
||||
@ -24,6 +22,8 @@ RUN \
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY . ${WORKDIR}
|
||||
|
||||
RUN npm install --only=production
|
||||
RUN npm install pm2@4.2.3 -g
|
||||
|
||||
|
Reference in New Issue
Block a user