Update installation doc (#2019)
* Update installation doc * Update install scripts * Update install scripts
This commit is contained in:
@ -21,7 +21,8 @@ WORKDIR /app
|
||||
COPY ../.. .
|
||||
|
||||
WORKDIR /app/server
|
||||
RUN npx prisma generate
|
||||
RUN yarn database:setup
|
||||
RUN yarn database:reset
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user