uneed commited on
Commit
cb6f3e7
1 Parent(s): b70e263

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM debian
2
- EXPOSE 8080
3
  COPY box /usr/bin/box
4
  COPY config.json /etc/config.json
5
  RUN chmod +x /usr/bin/box
 
1
  FROM debian
2
+ EXPOSE 7860
3
  COPY box /usr/bin/box
4
  COPY config.json /etc/config.json
5
  RUN chmod +x /usr/bin/box