mirror of
https://github.com/simon-ding/polaris.git
synced 2026-03-05 17:10:49 +08:00
fix: permission
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user