gilangf3000 commited on
Commit
5d87a6f
·
verified ·
1 Parent(s): 2271c70

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,5 +30,5 @@ RUN test -f requirements.txt && pip install --no-cache-dir -r requirements.txt |
30
  # Expose port untuk API
31
  EXPOSE 51379
32
 
33
- # Jalankan aplikasi Python
34
  ENTRYPOINT ["python3", "app.py"]
 
30
  # Expose port untuk API
31
  EXPOSE 51379
32
 
33
+ # Jalankan aplikasi Python di
34
  ENTRYPOINT ["python3", "app.py"]