make out.txt file on build

This commit is contained in:
CodedSakura 2024-10-18 21:25:26 +03:00
parent 366aa9f2b0
commit 2f9a433daa
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ WORKDIR /app
COPY . . COPY . .
RUN yarn install RUN yarn install && touch ./out.txt
ENV PORT=80 ENV PORT=80
ENTRYPOINT ["yarn", "run", "start"] ENTRYPOINT ["yarn", "run", "start"]