diff --git a/Dockerfile b/Dockerfile index 979066f..e36b24a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -100,19 +100,3 @@ RUN apk add --no-cache gettext # 暴露 80 端口 EXPOSE 80 -FROM tusproject/tusd as tusd - -USER root - -# 创建一个包装脚本 -COPY <