Skip to content

Commit

Permalink
Move openai package install from Dockerfile to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mcjustin committed Oct 1, 2024
1 parent 042d899 commit 77e9ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY package*.json ./

COPY . .

RUN npm install openai
#RUN npm install openai
# this version is compatible, but I want to try via package.json:
#RUN npm install @sveltejs/adapter-node@1.0.0

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"svelte-check": "^3.0.1",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"openai": "^1.0.0",
"vite": "^4.0.0"
},
"type": "module",
Expand Down

0 comments on commit 77e9ca2

Please sign in to comment.