Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|