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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,4 +2,4 @@ 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" ]
 
2
  COPY box /usr/bin/box
3
  COPY config.json /etc/config.json
4
  RUN chmod +x /usr/bin/box
5
+ CMD [ "/usr/bin/box" ,"-config=/etc/config.json" ]