drivethroughfrontend / Dockerfile
d3dname's picture
Update Dockerfile
06278c0 verified
raw
history blame contribute delete
191 Bytes
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"]