pluviouse commited on
Commit
f0fa7c8
·
verified ·
1 Parent(s): d5ba34b

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
  # Buka port 7680
17
- EXPOSE 7680
18
 
19
  # Mulai aplikasi
20
  CMD ["npm", "start"]
 
14
  COPY . .
15
 
16
  # Buka port 7680
17
+ EXPOSE 7860
18
 
19
  # Mulai aplikasi
20
  CMD ["npm", "start"]