Skip to content

Commit

Permalink
Merge pull request #115 from jeiltodo/temp/common-client
Browse files Browse the repository at this point in the history
fix: dockerfile 수정
  • Loading branch information
Dragonite-Lee authored Aug 22, 2024
2 parents 278f0d4 + 7d5c3c2 commit a066c74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/admin/next.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const path = require('path');

/** @type {import('next').NextConfig} */
module.exports = {
basePath: '/admin',
Expand Down
2 changes: 2 additions & 0 deletions apps/user/next.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const path = require('path');

/** @type {import('next').NextConfig} */
module.exports = {
output: 'standalone',
Expand Down

0 comments on commit a066c74

Please sign in to comment.