chore: remove web/Dockerfile (#21096)

This commit is contained in:
Jason Rasmussen
2025-08-21 12:55:23 -04:00
committed by GitHub
parent c245208106
commit 66c657ca8a
5 changed files with 10 additions and 26 deletions

View File

@@ -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