Ina-Shapiro commited on
Commit
50b465e
·
verified ·
1 Parent(s): 63e45c5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile CHANGED
@@ -36,3 +36,9 @@ RUN cd /app/api && npm install
36
 
37
  # Command to run on container start
38
  CMD ["npm", "run", "backend"]
 
 
 
 
 
 
 
36
 
37
  # Command to run on container start
38
  CMD ["npm", "run", "backend"]
39
+ # Expose secrets as environment variables
40
+ ARG OPENROUTER_KEY
41
+ ENV OPENROUTER_KEY=$OPENROUTER_KEY
42
+
43
+ ARG ENDPOINTS
44
+ ENV ENDPOINTS=$ENDPOINTS