1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00

fix(server): link 'immich' (#1080)

This commit is contained in:
Jason Rasmussen 2022-12-09 15:52:56 -05:00 committed by GitHub
parent 5e680551b9
commit 3bb103c6b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,8 @@ COPY LICENSE /LICENSE
COPY package.json package-lock.json ./
COPY start-server.sh start-microservices.sh ./
RUN npm link
VOLUME /usr/src/app/upload
EXPOSE 3001