TRaw commited on
Commit
3cad464
·
verified ·
1 Parent(s): f8bd2ad

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # Use cloudflare/cloudflared as the base image
2
+ FROM cloudflare/cloudflared:latest
3
+
4
+ # Command to run the Cloudflare tunnel
5
+ CMD ["tunnel", "--no-autoupdate", "run", "--token", "eyJhIjoiODkyODI1MGU2YmUwMjEyMDUxOTkwNDgwMTY4MjFkNzciLCJ0IjoiY2FhZDQwZDEtNDc4Mi00NzIyLThhZjgtOTg0YmY1MDUwMDk1IiwicyI6IlpqTmxaREEzTkdNdE1EVTFOeTAwWXprM0xUaGtNMkl0TXpWbE5USXdPREZtWkRjMSJ9"]