mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
7393d9c2bc
This commit updates the Dockerfile and docker-compose.llm.yml files to include the LLM Models directory. The Dockerfile now uses the `ADD .` command to copy the entire repository into the container at `/app`, and the docker-compose.llm.yml file has been modified to set the context to the `./LLM` directory. These changes ensure that the LLM Models directory is included in the Docker image and that the correct context is used for building the image.
61 lines
641 B
Plaintext
61 lines
641 B
Plaintext
.git
|
|
|
|
node_modules
|
|
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
node_modules
|
|
**/node_modules
|
|
|
|
.idea
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
|
|
env.js
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
yarn.lock
|
|
Untitled-1
|
|
*.local.sh
|
|
*.local.yaml
|
|
run
|
|
stop
|
|
|
|
nohup.out*
|
|
|
|
encrypted-credentials.tar
|
|
encrypted-credentials/
|
|
|
|
_README.md
|
|
|
|
# Important Add production values to gitignore.
|
|
values-saas-production.yaml
|
|
kubernetes/values-saas-production.yaml
|
|
|
|
/private
|
|
|
|
/tls_cert.pem
|
|
/tls_key.pem
|
|
/keys
|
|
|
|
temp_readme.md
|
|
|
|
tests/coverage
|
|
|
|
settings.json
|
|
|
|
GoSDK/tester/
|
|
|
|
LLM/Models/*
|
|
|