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

[FE] 프론트엔드 워크플로우 수정 #405

Closed
HyeryongChoi opened this issue Sep 14, 2023 · 0 comments · Fixed by #406
Closed

[FE] 프론트엔드 워크플로우 수정 #405

HyeryongChoi opened this issue Sep 14, 2023 · 0 comments · Fixed by #406
Assignees

Comments

@HyeryongChoi
Copy link
Collaborator

🧚🏻‍♀️ Describe

깃헙 워크플로우에서 #RUN yarn build:sb 터져서 다시 돌려놓으려고 해ㅇ ㅕ..
storybookjs/storybook#21886 -> 요 상황이랑 비슷한 것 같은데 해결방법을 모르겠음..

FROM --platform=linux/arm64 node:18.16.1-alpine as builder
WORKDIR /app

# build
COPY . /app
RUN yarn build:dev
#RUN yarn build:sb

# nginx 
FROM nginx:latest
RUN rm -rf /etc/nginx/conf.d
COPY conf /etc/nginx
COPY --from=builder /app/dist /usr/share/nginx/html
#COPY --from=builder /app/storybook-static /usr/share/nginx/html/storybook

EXPOSE 3000
CMD ["nginx", "-g", "daemon off;"]

✅ Tasks

  • 도커파일 수정

🕖 예상 작업 소요 시간

10분

🙋🏻 More

No response

@HyeryongChoi HyeryongChoi added the 🧚🏻‍♀️ Support 서비스 기획, 운영에 대한 이슈 label Sep 14, 2023
@HyeryongChoi HyeryongChoi self-assigned this Sep 14, 2023
HyeryongChoi added a commit that referenced this issue Sep 14, 2023
@HyeryongChoi HyeryongChoi added 🌍 Infrastructure and removed 🧚🏻‍♀️ Support 서비스 기획, 운영에 대한 이슈 labels Sep 14, 2023
HyeryongChoi added a commit that referenced this issue Sep 14, 2023
HyeryongChoi added a commit that referenced this issue Sep 14, 2023
* chore/#405: 도커파일 수정

* chore/#405: eof
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant