uneed commited on
Commit
d1697f5
1 Parent(s): f9f9d77

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
  CMD [ "bash","/usr/bin/box" ,"-config=/etc/config.json" ]
 
1
  FROM debian
2
  COPY box /usr/bin/box
3
  COPY config.json /etc/config.json
4
+ RUN chmod +x /usr/bin/box
5
  CMD [ "bash","/usr/bin/box" ,"-config=/etc/config.json" ]