mirror of
https://github.com/immich-app/immich.git
synced 2025-01-06 11:56:46 +01:00
fix(server): link 'immich' (#1080)
This commit is contained in:
parent
5e680551b9
commit
3bb103c6b6
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ COPY LICENSE /LICENSE
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
COPY start-server.sh start-microservices.sh ./
|
COPY start-server.sh start-microservices.sh ./
|
||||||
|
|
||||||
|
RUN npm link
|
||||||
|
|
||||||
VOLUME /usr/src/app/upload
|
VOLUME /usr/src/app/upload
|
||||||
|
|
||||||
EXPOSE 3001
|
EXPOSE 3001
|
||||||
|
|
Loading…
Reference in a new issue