Skip to content

Commit

Permalink
feat: add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aeworxet committed May 31, 2024
1 parent 7e85c84 commit 2319b09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion apps/studio-next/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const nextConfig = {

return config;
},
output: 'export'
};

module.exports = nextConfig;
4 changes: 1 addition & 3 deletions apps/studio-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"docker:build": "docker build -t asyncapi/studio:latest .",
"cy:e2e:chrome": "cypress run --e2e --browser chrome",
"cy:e2e:chromium": "cypress run --e2e --browser chromium",
Expand Down Expand Up @@ -96,6 +95,5 @@
"util": "^0.12.5",
"web-vitals": "^3.1.0",
"webpack": "^5.75.0"
},
"packageManager": "pnpm@9.0.6"
}
}

0 comments on commit 2319b09

Please sign in to comment.