Charan5775 commited on
Commit
0837ee7
·
verified ·
1 Parent(s): db93573

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -71,7 +71,7 @@ ENV GROQ_API_KEY=${GROQ_API_KEY} \
71
  DEFAULT_NUM_CTX=${DEFAULT_NUM_CTX}
72
 
73
  # Copy the rest of your app's source code
74
- COPY..
75
 
76
  # Run the command to start the application
77
  CMD pnpm run dev --host
 
71
  DEFAULT_NUM_CTX=${DEFAULT_NUM_CTX}
72
 
73
  # Copy the rest of your app's source code
74
+ COPY . .
75
 
76
  # Run the command to start the application
77
  CMD pnpm run dev --host