make out.txt file on build
This commit is contained in:
parent
366aa9f2b0
commit
2f9a433daa
|
@ -5,7 +5,7 @@ WORKDIR /app
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN yarn install
|
||||
RUN yarn install && touch ./out.txt
|
||||
|
||||
ENV PORT=80
|
||||
ENTRYPOINT ["yarn", "run", "start"]
|
||||
|
|
Loading…
Reference in New Issue