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

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 ["pnpm run dev"]
 
10
 
11
  EXPOSE 3000
12
 
13
+ CMD ["sh", "/run.sh"]