shoom013 commited on
Commit
a008038
·
verified ·
1 Parent(s): 884286b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -136,4 +136,6 @@ ENV PYTHONUNBUFFERED=1 \
136
  # 'xvfb-run' is a handy wrapper if we had it, but we can just run sclang directly for CLI text.
137
  # RUN sclang setup.sc
138
 
 
 
139
  CMD ["./start.sh"]
 
136
  # 'xvfb-run' is a handy wrapper if we had it, but we can just run sclang directly for CLI text.
137
  # RUN sclang setup.sc
138
 
139
+ EXPOSE 7860
140
+
141
  CMD ["./start.sh"]