uneed commited on
Commit
eadadc5
1 Parent(s): a1dbbf8

Update Dockerfile

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