update dockerfile

This commit is contained in:
Jonny_Bro (Nikita) 2024-08-29 10:52:39 +05:00
parent aa8cffb186
commit 2fa5820b6d
Signed by: jonny_bro
GPG key ID: 3F1ECC04147E9BD8

View file

@ -51,7 +51,6 @@ COPY . .
RUN pnpm run build
# This project specific
RUN mv data/main_db.example.json data/main_db.json
RUN chmod -R 777 data/
RUN chmod -R 777 public/
# End