ZSCGR commited on
Commit
85c01fa
·
verified ·
1 Parent(s): ceb1cd1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ RUN chmod +x /run.sh
10
 
11
  EXPOSE 3000
12
 
13
- CMD["/run.sh"]
 
10
 
11
  EXPOSE 3000
12
 
13
+ CMD ["pnpm run dev"]