mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: remove web/Dockerfile (#21096)
This commit is contained in:
parent
c245208106
commit
66c657ca8a
5 changed files with 10 additions and 26 deletions
|
|
@ -18,7 +18,7 @@ WORKDIR /tmp/create-dep-cache
|
|||
RUN pnpm fetch && rm -rf /tmp/create-dep-cache && chmod -R o+rw /buildcache
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
ENV PATH="${PATH}:/usr/src/app/server/bin" \
|
||||
ENV PATH="${PATH}:/usr/src/app/server/bin:/usr/src/app/web/bin" \
|
||||
IMMICH_ENV=development \
|
||||
NVIDIA_DRIVER_CAPABILITIES=all \
|
||||
NVIDIA_VISIBLE_DEVICES=all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue