Przeglądaj źródła

Merge pull request #558 from peperunas/patch-1

fix: use bash when starting the Dockerfile's entrypoint script (as th…
Timothy Jaeryang Baek 1 rok temu
rodzic
commit
b2fae0643e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -53,4 +53,4 @@ COPY --from=build /app/build /app/build
 # copy backend files
 COPY ./backend .
 
-CMD [ "sh", "start.sh" ]
+CMD [ "bash", "start.sh"]