Sync layouts, typography, and watermark studio for self-hosted OSS.
Unlock features without credits/Stripe, point docs to docs.songs2vid.com, and drop leftover billing admin surfaces. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+2
-1
@@ -21,7 +21,7 @@ FROM node:22-bookworm-slim AS runner
|
||||
WORKDIR /app
|
||||
ENV NODE_ENV=production
|
||||
ENV NEXT_TELEMETRY_DISABLED=1
|
||||
ENV S2YT_EDITION=selfhosted
|
||||
ENV S2VID_EDITION=selfhosted
|
||||
ENV UPLOAD_DIR=/app/uploads
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
openssl ca-certificates ffmpeg \
|
||||
@@ -36,6 +36,7 @@ COPY --from=builder /app/package-lock.json ./package-lock.json
|
||||
COPY --from=builder /app/node_modules ./node_modules
|
||||
COPY --from=builder /app/.next/standalone ./
|
||||
COPY --from=builder /app/.next/static ./.next/static
|
||||
COPY --from=builder /app/assets ./assets
|
||||
COPY --from=builder /app/worker ./worker
|
||||
COPY --from=builder /app/lib ./lib
|
||||
COPY --from=builder /app/tsconfig.json ./tsconfig.json
|
||||
|
||||
Reference in New Issue
Block a user