web / Dockerfile
victorgeek's picture
Update Dockerfile
4b3d9d1 verified
raw
history blame
528 Bytes
# ... (ယခင် commands များ) ...
# --- ပြင်ဆင်ရန် ---
# Expose the port Hugging Face expects (8080)
# 80 မဟုတ်တော့ပါ <--- Comment ကို ဒီလို အပေါ်မှာထားပါ
EXPOSE 8080 # <<< ဒီစာကြောင်းမှာ port number ပဲ ထားပါ
# Switch to "ferron" user (AFTER ownership changes)
USER ferron
# Set the command to run the binary using the config file
CMD ["/usr/sbin/ferron", "-c", "/etc/ferron.yaml"]