-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit e8c187ff21161041d4a687e5f0706fedcf85fde8 Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 17:59:40 2024 +0900 test: CICD test commit 456b492d3444ff4359221c00160907ef531f75d2 Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 17:59:14 2024 +0900 test: CICD test commit 008cf6e Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 17:51:54 2024 +0900 test: CICD test commit 92a5076 Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 17:45:30 2024 +0900 test: CICD test commit eecd5aa Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 17:43:04 2024 +0900 test: CICD test commit a58c7c9 Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 17:35:07 2024 +0900 cicd test commit 5fe7385 Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 17:31:57 2024 +0900 test: CICD test commit eb8fff6 Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 17:23:15 2024 +0900 test: CICD test commit 51cdd89 Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 17:12:48 2024 +0900 test: CICD test commit 17b7abd Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 17:08:26 2024 +0900 test: CICD test commit fdd834e Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 17:04:37 2024 +0900 test: CICD test commit 5b0673e Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 17:00:27 2024 +0900 test: CICD test commit cf28d17 Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 16:51:37 2024 +0900 test: CICD test commit 6d3b6e5 Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 16:47:43 2024 +0900 test: CICD test commit e22cc14 Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 16:34:02 2024 +0900 test: CICD test commit 64b18d8 Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 16:30:23 2024 +0900 test: CICD test commit 74549f1 Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 16:24:48 2024 +0900 test: CICD test commit aa0bf8e Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 16:21:30 2024 +0900 test: CICD test commit 7204647 Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 16:18:17 2024 +0900 test: CICD test commit a8c735c Author: Seonghyeon0409 <[email protected]> Date: Wed Nov 6 16:12:46 2024 +0900 test: CICD test
- Loading branch information
1 parent
040d2ca
commit cf948a6
Showing
7 changed files
with
30 additions
and
63 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,5 @@ | |
|
||
#!.yarn/cache | ||
.pnp.* | ||
.env.* | ||
.env |
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 |
---|---|---|
|
@@ -8,6 +8,9 @@ RUN yarn install | |
# 소스 파일 복사 | ||
COPY packages/server . | ||
|
||
# 애플리케이션 빌드 | ||
RUN yarn build | ||
|
||
# 포트 노출 | ||
EXPOSE 3000 | ||
|
||
|
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