some new endpoints and static serving for media

This commit is contained in:
2025-01-27 13:37:55 +03:00
parent 84f02d3f0d
commit 5994fb8f7f
7 changed files with 102 additions and 12 deletions

View File

@@ -7,4 +7,4 @@ COPY .env .
RUN npm i
EXPOSE 3000
ENTRYPOINT ["npm", "run", "start"]
CMD ["npm", "run", "start"]