File size: 362 Bytes
3cad464
 
 
 
 
1
2
3
4
5
6
# Use cloudflare/cloudflared as the base image
FROM cloudflare/cloudflared:latest

# Command to run the Cloudflare tunnel
CMD ["tunnel", "--no-autoupdate", "run", "--token", "eyJhIjoiODkyODI1MGU2YmUwMjEyMDUxOTkwNDgwMTY4MjFkNzciLCJ0IjoiY2FhZDQwZDEtNDc4Mi00NzIyLThhZjgtOTg0YmY1MDUwMDk1IiwicyI6IlpqTmxaREEzTkdNdE1EVTFOeTAwWXprM0xUaGtNMkl0TXpWbE5USXdPREZtWkRjMSJ9"]