diff --git a/Dockerfile b/Dockerfile index 32f2b24..ff9b201 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app COPY . . -RUN yarn install +RUN yarn install && touch ./out.txt ENV PORT=80 ENTRYPOINT ["yarn", "run", "start"]