Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 [ "
|
|
|
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" ]
|