fix health-check dockerfile

This commit is contained in:
Karol Wypchlo 2020-09-09 16:08:10 +02:00
parent 20b333ed54
commit 64cd7b135c
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ WORKDIR /usr/app
COPY package.json . COPY package.json .
RUN yarn --no-lockfile RUN yarn --no-lockfile
COPY src/* src/ COPY src src
COPY cli/* cli/ COPY cli cli
EXPOSE 3100 EXPOSE 3100
ENV NODE_ENV production ENV NODE_ENV production