d3dname commited on
Commit
cf31960
·
verified ·
1 Parent(s): 39363a9

Create Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]