CalebCometML commited on
Commit
4cc09a0
·
1 Parent(s): 8cab968

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,6 +7,6 @@ WORKDIR /app
7
 
8
  COPY ./ /app
9
 
10
- RUN ss -tulpn
11
 
12
  CMD streamlit run app.py
 
7
 
8
  COPY ./ /app
9
 
10
+ RUN netstat -lntu
11
 
12
  CMD streamlit run app.py