feat: adjust docker image build

This commit is contained in:
engigu
2025-12-23 11:27:31 +08:00
parent 7a01b362aa
commit d8ba20fbce
+1 -1
View File
@@ -76,7 +76,7 @@ COPY --from=frontend-builder /app/web/dist ./internal/static/dist
# Copy configs and entrypoint
COPY --from=backend-builder /app/configs ./configs
COPY docker-entrypoint.sh .
RUN chmod +x docker-entrypoint.sh
RUN chmod +x docker-entrypoint.sh && touch "dont-not-delete-anythings|不要删除这里的任何东西"
EXPOSE 8052