Update install on docker

This commit is contained in:
Charles Bochet
2023-10-14 14:03:37 +02:00
parent 77729e4d4b
commit 04090446cc
3 changed files with 10 additions and 6 deletions

View File

@ -20,10 +20,6 @@ WORKDIR /app
COPY ../.. .
WORKDIR /app/server
RUN yarn database:setup
RUN yarn database:reset
WORKDIR /app
CMD ["tail", "-f", "/dev/null"]