Skip to content

Commit 6fe44ec

Browse files
committed
Revert newline changes; adjust firebase.json for firebase deploy
1 parent 630084e commit 6fe44ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
out
55
storybook-static
66
.gitsecret
7-
.git
7+
.git

firebase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"runtimeConfig": ".runtimeconfig.json"
1414
},
1515
{
16-
"predeploy": ["source /app/llm/venv/bin/activate && python3.10 -m pip install -r /app/llm/requirements.txt"],
16+
"predeploy": [". llm/venv/bin/activate && python3.10 -m pip install -r llm/requirements.txt"],
1717
"source": "llm",
1818
"codebase": "maple-llm",
1919
"runtime": "python310"

infra/Dockerfile.firebase

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ RUN apt update && apt install -y curl
55

66
WORKDIR /app
77
RUN chown -R node:node .
8-
USER node
8+
USER node

0 commit comments

Comments
 (0)