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