Template
fix: PHP versions fallback and auto-migrate on panel start
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user