ns12345 commited on
Commit
106f4e2
·
verified ·
1 Parent(s): c6c79ef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,6 +12,7 @@ ENV API_KEYS=["your_api_key_1"]
12
  ENV ALLOWED_TOKENS=["your_token_1"]
13
  ENV BASE_URL=https://api.groq.com/openai/v1
14
 
 
15
  # Expose port
16
  EXPOSE 8000
17
 
 
12
  ENV ALLOWED_TOKENS=["your_token_1"]
13
  ENV BASE_URL=https://api.groq.com/openai/v1
14
 
15
+
16
  # Expose port
17
  EXPOSE 8000
18