> For the complete documentation index, see [llms.txt](https://cocktailcloud.gitbook.io/cocktail-cloud-online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cocktailcloud.gitbook.io/cocktail-cloud-online/faq/undefined.md).

# 칵테일에서 이미지빌드 불가 이슈

<details>

<summary>이미지 빌드 시 Dockerfile 부분에서 Error가 발생할 경우</summary>

## Dockerfile에서 error가 발생하는 경우는 대부분 생성된 jar 또는 war파일을 찾을 수 없어 발생하는 에러

빌드의 \[로그 보기] 탭을 클릭하여 jar 또는 war파일의 copy문을 확인

![](/files/1y6U6TIsS1Vi58G2GsqV)

Dockerfile을 확인하여 copy문을 수정 후 재빌드

이미지빌드 시 앞단에 소스를 받아오는 부분에 repo 라는 디렉토리에 소스를 받아오게 되어있었기 때문에 “repo/target” 경로 지정 필요

![](/files/haDYkSOL68dhqUYwZLeQ)

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cocktailcloud.gitbook.io/cocktail-cloud-online/faq/undefined.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
