fix health-check dockerfile
This commit is contained in:
parent
20b333ed54
commit
64cd7b135c
|
@ -4,8 +4,8 @@ WORKDIR /usr/app
|
|||
|
||||
COPY package.json .
|
||||
RUN yarn --no-lockfile
|
||||
COPY src/* src/
|
||||
COPY cli/* cli/
|
||||
COPY src src
|
||||
COPY cli cli
|
||||
|
||||
EXPOSE 3100
|
||||
ENV NODE_ENV production
|
||||
|
|
Reference in New Issue