Vo Hoang Minh commited on
Commit
1f68634
·
1 Parent(s): bb5d0b2
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -41,6 +41,8 @@ COPY . /opt/orbita/
41
  # Cài đặt dependencies
42
  RUN npm install
43
 
 
 
44
  # Cấp quyền thực thi cho entrypoint.sh
45
  RUN chmod +x /entrypoint.sh
46
 
 
41
  # Cài đặt dependencies
42
  RUN npm install
43
 
44
+ COPY entrypoint.sh /entrypoint.sh
45
+
46
  # Cấp quyền thực thi cho entrypoint.sh
47
  RUN chmod +x /entrypoint.sh
48