docs(README): adding examples

This commit is contained in:
Timothy Stewart
2021-08-10 22:35:59 -05:00
parent 1f4b393045
commit 4f2e0246ee
2 changed files with 40 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ RUN apk --no-cache add \
gettext \
bash
ENV NODE_ENV=production
VOLUME ["/usr/src/app"]
WORKDIR /usr/src/app
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile --check-files --production=true