fix: use bash when starting the Dockerfile's entrypoint script (as th…
@@ -53,4 +53,4 @@ COPY --from=build /app/build /app/build
# copy backend files
COPY ./backend .
-CMD [ "sh", "start.sh" ]
+CMD [ "bash", "start.sh"]