mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 19:47:47 +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文件夹下的所有文件复制进来
|
# 将上一个阶段publish文件夹下的所有文件复制进来
|
||||||
COPY --from=builder /app/polaris .
|
COPY --from=builder /app/polaris .
|
||||||
COPY --from=builder /app/entrypoint.sh .
|
COPY --from=builder /app/entrypoint.sh .
|
||||||
|
RUN chmod +x /app/entrypoint.sh
|
||||||
|
|
||||||
VOLUME /app/data
|
VOLUME /app/data
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|||||||
Reference in New Issue
Block a user