File size: 191 Bytes
06278c0
cf31960
97b6b7c
76c2ea8
80a9a30
cf31960
1
2
3
4
5
6
FROM subhashdasyam/drivethrough:frontendvoice
WORKDIR /app/drive-through-ai
RUN npm install @heroicons/react@v1
RUN chown -R node:node /app
USER node
CMD ["npm", "run", "dev", "--", "--host"]