mirror of
https://github.com/immich-app/immich.git
synced 2026-02-15 05:18:37 +03:00
fix: shell scripts (#7189)
* fix: bash scripts * fix: use bash * fix: e2e
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user