mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 12:39:58 +00:00
STOR-519: Add db-connect, a SQL over HTTPS server
This commit is contained in:
4
dev.Dockerfile
Normal file
4
dev.Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM golang:1.12 as builder
|
||||
WORKDIR /go/src/github.com/cloudflare/cloudflared/
|
||||
RUN apt-get update
|
||||
COPY . .
|
Reference in New Issue
Block a user