fix: permission

This commit is contained in:
Simon Ding
2024-10-10 16:55:03 +08:00
parent c52204619d
commit bf2aeaa2d0

View File

@@ -34,6 +34,7 @@ RUN apt-get update && apt-get -y install ca-certificates tzdata gosu tini && ln
# 将上一个阶段publish文件夹下的所有文件复制进来
COPY --from=builder /app/polaris .
COPY --from=builder /app/entrypoint.sh .
RUN chmod +x /app/entrypoint.sh
VOLUME /app/data
EXPOSE 8080