lucy1118 commited on
Commit
80ed2d2
·
verified ·
1 Parent(s): faf2b8a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,3 +1,5 @@
1
  FROM ghcr.io/foxioat/jarvis:latest
 
 
2
  EXPOSE 3000
3
  CMD ["npm", "run","dev"]
 
1
  FROM ghcr.io/foxioat/jarvis:latest
2
+ WORKDIR /app
3
+ RUN chmod -R 777 /app
4
  EXPOSE 3000
5
  CMD ["npm", "run","dev"]