Ruloaooa commited on
Commit
e133d93
·
verified ·
1 Parent(s): 74ba869

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN npm install
14
  COPY . .
15
 
16
  # Expose port yang digunakan Express.js
17
- EXPOSE 3000
18
 
19
  # Jalankan aplikasi
20
  CMD ["node", "index.js"]
 
14
  COPY . .
15
 
16
  # Expose port yang digunakan Express.js
17
+ EXPOSE 7860
18
 
19
  # Jalankan aplikasi
20
  CMD ["node", "index.js"]