feat: Initialize project and Phase 1 MyMach Social Next-Gen module structure
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM odoo:19.0
|
||||
|
||||
USER root
|
||||
|
||||
# Gereksinimleri Odoo container'ı içine kopyala
|
||||
COPY requirements.txt /etc/odoo/
|
||||
|
||||
# Gerekli Python paketlerini kur
|
||||
RUN pip3 install --no-cache-dir -r /etc/odoo/requirements.txt
|
||||
|
||||
# Odoo kullanıcısına geri dön
|
||||
USER odoo
|
||||
Reference in New Issue
Block a user