Skip to content
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

feat: moonyoungCHAE web server #16

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

moonyoungCHAE
Copy link
Contributor

Fixes #10

Signed-off-by: moonyoungCHAE <xpf_fl@naver.com>
@GeunSam2 GeunSam2 merged commit 985faa2 into ArgoWorkflows-OSS:main Aug 14, 2023
2 checks passed
@GeunSam2
Copy link
Member

LGTM!!

GeunSam2 added a commit that referenced this pull request Aug 14, 2023
FROM golang:alpine AS builder
WORKDIR /build
COPY . /build
RUN go mod download && go build -o main main.go
Copy link
Member

@GeunSam2 GeunSam2 Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

헉 제가 리뷰에서 빠트렸는데
모듈 다운로드랑 빌드 로직을 분리해서 캐시 히트율을 높이는 방법을 좀더 고민해 보시겠어요?
제가 실수로 머지를 해버렸는데, PR다시 올려주시면 감사하겠습니다 ㅎㅎ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: 채문영의 서비스 컨테이너 이미지 제작
2 participants