Fix perms

If you don't fix them, your changes to your instance will not be saved bruh.
This commit is contained in:
AndreVuillemot160 2021-08-20 18:54:44 +03:00 committed by GitHub
parent 0d36d03db6
commit 3fe655179e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ COPY --from=ffmpeg /usr/local /usr/local
COPY . .
RUN mkdir uploads && mkdir database
RUN chmod 777 -R /usr/chibisafe
CMD ["sh", "-c", "npm run migrate && npm run seed && npm start"]