Update installation doc (#2019)

* Update installation doc

* Update install scripts

* Update install scripts
This commit is contained in:
Charles Bochet
2023-10-14 13:43:45 +02:00
committed by GitHub
parent 77c88bda6e
commit 77729e4d4b
10 changed files with 445 additions and 733 deletions

View File

@ -21,7 +21,8 @@ WORKDIR /app
COPY ../.. .
WORKDIR /app/server
RUN npx prisma generate
RUN yarn database:setup
RUN yarn database:reset
WORKDIR /app