New build scripts.

This commit is contained in:
Mike Cao 2020-08-21 02:22:07 -07:00
parent c0778afe90
commit d9f3c385fb
4 changed files with 4 additions and 12 deletions

View file

@ -3,9 +3,7 @@ FROM node:12.18-alpine
COPY . /app
WORKDIR /app
RUN npm install \
&& npm run build-postgresql-client \
&& npm run build
RUN npm install && npm run build
EXPOSE 3000