Spaces:
Sleeping
Sleeping
Create Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM subhashdasyam/drivethrough:frontend
|
| 2 |
+
WORKDIR /app/drive-through-ai
|
| 3 |
+
CMD ["npm", "run", "dev", "--", "--host"]
|