fix: PHP versions fallback and auto-migrate on panel start

This commit is contained in:
orohi
2026-06-17 05:45:22 +03:00
parent f94143acf0
commit 52c4c785df
7 changed files with 54 additions and 32 deletions
+3
View File
@@ -13,6 +13,9 @@ FROM alpine:3.20
RUN apk add --no-cache ca-certificates
COPY --from=builder /panel /panel
COPY --from=builder /app/migrations /migrations
ENV MIGRATIONS_PATH=/migrations
EXPOSE 8000