feat: add direct PostgreSQL and ACK deployment support
This commit is contained in:
@@ -28,6 +28,7 @@ COPY --from=builder /app/node_modules ./node_modules
|
||||
COPY --from=builder /app/.next ./.next
|
||||
COPY --from=builder /app/public ./public
|
||||
COPY --from=builder /app/scripts ./scripts
|
||||
COPY --from=builder /app/database ./database
|
||||
COPY --from=builder /app/next.config.ts ./next.config.ts
|
||||
|
||||
RUN mkdir -p /app/.runtime/data /app/.runtime/uploads /app/.runtime/generated-results
|
||||
|
||||
Reference in New Issue
Block a user