enzostvs HF staff commited on
Commit
e26db84
·
1 Parent(s): b3faf9b

build command

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ RUN npm run build
23
  EXPOSE 3000
24
 
25
  # Run the application in production mode
26
- CMD ["node", "build/index.js"]
 
23
  EXPOSE 3000
24
 
25
  # Run the application in production mode
26
+ CMD ["node", ".svelte-kit/index.js"]