-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert(planner/nodejs): Implement multi-layer build for Node.js (#418)
#### Description (required) There are some modules that needs the source code tree. Therefore, we will not only copy `.medusa/server` now. This reverts commit 4c59e19. #### Related issues & labels (optional) - Experiments - Suggested label: enhancement
- Loading branch information
Showing
7 changed files
with
43 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
PlanType: nodejs | ||
|
||
Meta: | ||
appDir: "" | ||
buildCmd: "yarn build && cd .medusa/server && yarn install" | ||
bun: "false" | ||
framework: "medusa" | ||
installCmd: "COPY . .\nRUN yarn install" | ||
nodeVersion: "20" | ||
packageManager: "yarn" | ||
startCmd: "cd .medusa/server && yarn predeploy && yarn start" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters