diff --git a/Dockerfile b/Dockerfile index edbc399..a7b3f3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,4 +33,4 @@ RUN chmod +x ./setup.sh EXPOSE 3000 # Set the default command to run setup.sh -CMD ["./setup.sh"] \ No newline at end of file +CMD ["/bin/bash", "./setup.sh"]