mount files directory

This commit is contained in:
Namekuji 2023-06-22 11:56:33 -04:00
parent 9b009918ac
commit 80f21df0e0
No known key found for this signature in database
GPG key ID: B541BD6E646CABC7

View file

@ -59,5 +59,6 @@ COPY --from=build /calckey/packages/backend/native-utils/built /calckey/packages
RUN corepack enable && corepack prepare pnpm@latest --activate
ENV NODE_ENV=production
VOLUME [ "/calckey/files" ]
ENTRYPOINT [ "/sbin/tini", "--" ]
CMD [ "pnpm", "run", "migrateandstart" ]