File size: 528 Bytes
4b3d9d1
9552aa0
ee079cc
 
4b3d9d1
 
9552aa0
ee079cc
4b3d9d1
9552aa0
ee079cc
4b3d9d1
1
2
3
4
5
6
7
8
9
10
11
12
13
# ... (ယခင် 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"]