cloudf / Dockerfile
TRaw's picture
Create Dockerfile
3cad464 verified
raw
history blame contribute delete
362 Bytes
# Use cloudflare/cloudflared as the base image
FROM cloudflare/cloudflared:latest
# Command to run the Cloudflare tunnel
CMD ["tunnel", "--no-autoupdate", "run", "--token", "eyJhIjoiODkyODI1MGU2YmUwMjEyMDUxOTkwNDgwMTY4MjFkNzciLCJ0IjoiY2FhZDQwZDEtNDc4Mi00NzIyLThhZjgtOTg0YmY1MDUwMDk1IiwicyI6IlpqTmxaREEzTkdNdE1EVTFOeTAwWXprM0xUaGtNMkl0TXpWbE5USXdPREZtWkRjMSJ9"]