meta exit error fixed

This commit is contained in:
2021-05-01 12:52:03 -07:00
parent 8db76dc0a8
commit 82f650e81d
4 changed files with 10 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ FROM node:15.3.0-alpine3.10
WORKDIR /tmp/src/cic-meta
RUN apk add --no-cache postgresql
RUN apk add --no-cache postgresql bash
COPY cic-meta/package.json \
./