-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
도커 개발환경 구성 #24
Merged
Merged
도커 개발환경 구성 #24
Conversation
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
gchoi96
approved these changes
Nov 16, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
머지 고고 |
이제 진짜 자야지 |
June1010
approved these changes
Nov 17, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM:D
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Feature
도커를 통한 containerized 개발환경 구성
배경
목적
과정
Dockerfile, .dockerignore, docker-compose 작성
결과 (스크린샷 등)
관련 issue 번호 (링크)
#20
테스트 방법
Commit
ae923c9 : 도커 환경에서 bcrypt 모듈 설치 불가 이슈 -> 의존성 문제 없는 bcryptjs 모듈로 대체하여 진행 (사용은 그대로 하면 됨)
주의 (필독!!!!!)
https://grape-wednesday-7ca.notion.site/mac-a61fabc62f5240c8af328cf0eb559bd1
conflict 해결을 위해서 package.lock package.json 파일들 수정이 매우많이 이루어졌습니다