From 5c83bc6fc891b44f4704c90017283bbd1abc9545 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 Jun 2021 07:38:07 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e5ef9e..88863bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM scratch +FROM golang:1.16.4 EXPOSE 8080 ADD example / ENTRYPOINT ["/example"] \ No newline at end of file