112yuoio commited on
Commit
96b7da3
·
verified ·
1 Parent(s): 4f463f6

exposing port

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,4 +1,5 @@
1
  FROM ubuntu:22.04
 
2
  RUN apt-get update && \
3
  apt-get -y upgrade && \
4
  apt-get install curl git wget sudo -y
 
1
  FROM ubuntu:22.04
2
+ EXPOSE 7860
3
  RUN apt-get update && \
4
  apt-get -y upgrade && \
5
  apt-get install curl git wget sudo -y