fix: shell scripts (#7189)

* fix: bash scripts

* fix: use bash

* fix: e2e
This commit is contained in:
martin
2024-02-19 03:57:24 +01:00
committed by GitHub
parent ddae707ea9
commit 66d3daa074
5 changed files with 21 additions and 44 deletions

View File

@@ -59,4 +59,4 @@ COPY LICENSE /LICENSE
ENV PATH="${PATH}:/usr/src/app/bin"
VOLUME /usr/src/app/upload
EXPOSE 3001
ENTRYPOINT ["tini", "--", "/bin/sh"]
ENTRYPOINT ["tini", "--", "/bin/bash"]