mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 00:50:23 -05:00
fix(immich-admin): in dev mode (#5670)
This commit is contained in:
parent
f13dce7d0d
commit
36196f2a5d
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ RUN npm ci && \
|
|||
rm -rf node_modules/@img/sharp-libvips* && \
|
||||
rm -rf node_modules/@img/sharp-linuxmusl-x64
|
||||
COPY server .
|
||||
ENV PATH="${PATH}:/usr/src/app/bin"
|
||||
ENTRYPOINT ["tini", "--", "/bin/sh"]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue