From 91327b312c190307013d75fd276576128095ed24 Mon Sep 17 00:00:00 2001 From: lzc256 Date: Sat, 22 Jul 2023 18:03:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 01a0e62..2c032ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM alpine:latest +LABEL maintainer="lzc256 " + WORKDIR /app COPY . /app/