refactor/api-prox: unhardcode HOST and PORT to ENV VARS

This commit is contained in:
Kentai Radiquum 2025-07-08 16:26:28 +05:00
parent 3762e7e58f
commit 2f928579f9
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 5 additions and 6 deletions

View file

@ -13,6 +13,5 @@ COPY tsconfig.json ./
RUN mkdir -p /app/hooks
EXPOSE 7001
ENV PORT=7001
ENV HOSTNAME="0.0.0.0"
CMD ["npm", "run", "serve"]