mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-09 16:22:54 +02:00
8 lines
No EOL
162 B
Docker
8 lines
No EOL
162 B
Docker
FROM node:4.4
|
|
EXPOSE 8080
|
|
COPY server.js .
|
|
COPY zerotier .
|
|
COPY zerotier-cli .
|
|
COPY entrypoint.sh .
|
|
COPY .zerotierCliSettings <settings path>?>
|
|
CMD node server.js |