Testlighte / Dockerfile
bahi-bh's picture
Create Dockerfile
70924ff verified
raw
history blame contribute delete
374 Bytes
# استخدام صورة LibreChat الرسمية
FROM ghcr.io/danny-avila/librechat:latest
# تحديد المنفذ الذي تستخدمه Hugging Face
ENV PORT=7860
EXPOSE 7860
# تثبيت أي أدوات إضافية إذا لزم الأمر (اختياري)
# RUN apt-get update && apt-get install -y ...
# تشغيل التطبيق
CMD ["npm", "run", "backend"]