diff --git a/Dockerfile b/Dockerfile index 42cf4c5..55ffa35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,4 @@ COPY . . EXPOSE 3000 # Define the command to run your app -CMD ["npm", "start"] \ No newline at end of file +CMD ["npm", "run", "dev"] \ No newline at end of file