🐳 add Dockerfile (#17)

Co-authored-by: dev <dev@ptfprod7>
This commit is contained in:
Thomas LÉVEIL
2023-03-19 13:49:41 +01:00
committed by GitHub
parent 7e6651dea7
commit 5da68bbdd4
4 changed files with 48 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
version: '3.6'
services:
chatgpt:
build: .
ports:
- 3000:3000
environment:
- 'OPENAI_API_KEY='