diff --git a/Dockerfile b/Dockerfile index 5b55fcc..e8a6739 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,4 +73,4 @@ RUN npm run build EXPOSE 3000 # Define the command to run your app (adjust the start script according to your project) -CMD [“npm”, “run”, “start”] \ No newline at end of file +CMD ["npm", "run", "dev"] \ No newline at end of file