anderselton
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by anderselton-
anderselton commented,
I made a small docker image that uses boxcli 2.0 FROM node:10RUN curl -L -o tmp.zip https://github.com/box/boxcli/archive/v2.0.0.zipRUN mkdir /boxRUN unzip tmp.zip -d /boxRUN rm -f myfile.zipRUN c...