From 781d380a1f0e292ab9b36f20e7cc109456bc4026 Mon Sep 17 00:00:00 2001 From: quyixiao <2621048238@qq.com> Date: Tue, 4 Nov 2025 18:48:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker/dockerfile b/docker/dockerfile index d6c11a2..de9cfa9 100644 --- a/docker/dockerfile +++ b/docker/dockerfile @@ -1,6 +1,12 @@ # 基础镜像 FROM alpine-jdk11:3.0 +USER root + # author + + + + MAINTAINER heyu