Skip to content

Commit

Permalink
fix(immich-admin): in dev mode (immich-app#5670)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 authored Dec 13, 2023
1 parent f13dce7 commit 36196f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]


Expand Down

0 comments on commit 36196f2

Please sign in to comment.