chore: add debug step to list artifact structure
This commit is contained in:
@@ -54,6 +54,9 @@ jobs:
|
||||
with:
|
||||
name: next-build
|
||||
|
||||
- name: List directory structure (debug)
|
||||
run: ls -R
|
||||
|
||||
- name: Deploy to Docker
|
||||
run: |
|
||||
docker build -t nextjs-app .
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { NextConfig } from "next";
|
||||
type NextConfig = any;
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone",
|
||||
|
||||
Reference in New Issue
Block a user