mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 22:15:36 +05:00
fix: add missing cors and content-type headers
This commit is contained in:
parent
51c5bf01da
commit
cc9a9c3a2c
14 changed files with 116 additions and 89 deletions
|
@ -10,6 +10,5 @@ RUN npm ci
|
|||
COPY *.ts ./
|
||||
|
||||
EXPOSE 7000
|
||||
ENV PORT=7000
|
||||
ENV HOSTNAME="0.0.0.0"
|
||||
|
||||
CMD ["npm", "run", "serve"]
|
Loading…
Add table
Add a link
Reference in a new issue