From 6d31b61c2fa851d6bfcc5904f013c9f0234b1412 Mon Sep 17 00:00:00 2001 From: skyoct <764213885@qq.com> Date: Thu, 8 Jun 2023 12:46:47 +0800 Subject: [PATCH] chore: update dockerfile user --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 91eae61..bec713f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,6 @@ RUN mkdir /runner && chmod +x /runner COPY --from=build /go-plugins /runner/ -USER apisix - WORKDIR /usr/local/apisix EXPOSE 9080/tcp