Guilherme
Guilherme
Oops, just did! It's not an optimal solution, but it works: ``` FROM node:12.20.1-stretch ENV MAC=XXXXX ENTRYPOINT ./am43ctrl $MAC -l 3000 EXPOSE 3000 WORKDIR /app RUN npm install https://github.com/binsentsu/am43-ctrl WORKDIR...
Great one, the image shrank from 900MB to 440MB. I took your example and added a PORT ENV, changed the ENTRYPOINT and merged the RUN commands. After merging the RUNs...
I had the same problem. But I don't remember if I fixed it by enabling the bluetooth (it was down, in airplane mode) or I've installed the `bluez` package.
Don't worry. Since you have a nice README, it won't be too hard. Leave it to me. ;-)
I've created the `config/channel-rocketchat.json` but, after I realized there's no `npm` in the docker image. I think the only way would be: - build the TGZ in another docker -...
No news about this?
We have abandon ZFS+RBD for now, changing our hosts to XFS. But from time to time we come back to checkup the updates. @ozkangoksu , do you have a script...