mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
refactor: node_env => immich_env (#9561)
This commit is contained in:
parent
2689178a35
commit
2e62c7b417
7 changed files with 9 additions and 11 deletions
|
|
@ -11,7 +11,7 @@ RUN npm ci && \
|
|||
rm -rf node_modules/@img/sharp-linuxmusl-x64
|
||||
COPY server .
|
||||
ENV PATH="${PATH}:/usr/src/app/bin" \
|
||||
NODE_ENV=development \
|
||||
IMMICH_ENV=development \
|
||||
NVIDIA_DRIVER_CAPABILITIES=all \
|
||||
NVIDIA_VISIBLE_DEVICES=all
|
||||
ENTRYPOINT ["tini", "--", "/bin/sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue