README cleanup

This commit is contained in:
Philipp Dormann 2021-05-22 19:16:46 +02:00
parent 1d634c0c53
commit dfa2779979
3 changed files with 12 additions and 13 deletions

View file

@ -5,5 +5,5 @@ COPY package.json /build/
RUN yarn
COPY . /build
RUN yarn build
RUN yarn prisma migrate dev
# RUN yarn prisma migrate dev
CMD ["yarn", "start"]