d3dname commited on
Commit
76c2ea8
·
verified ·
1 Parent(s): 5575cca

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,3 +1,4 @@
1
  FROM subhashdasyam/drivethrough:frontend
2
  WORKDIR /app/drive-through-ai
 
3
  CMD ["npm", "run", "dev", "--", "--host"]
 
1
  FROM subhashdasyam/drivethrough:frontend
2
  WORKDIR /app/drive-through-ai
3
+ RUN chown -R node:node /app
4
  CMD ["npm", "run", "dev", "--", "--host"]