mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: dockerfile casing (#11588)
This commit is contained in:
parent
f0677735fd
commit
2974cdbbee
3 changed files with 13 additions and 13 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:20.16.0-alpine3.20@sha256:eb8101caae9ac02229bd64c024919fe3d4504ff7f329da79ca60a04db08cef52 as core
|
||||
FROM node:20.16.0-alpine3.20@sha256:eb8101caae9ac02229bd64c024919fe3d4504ff7f329da79ca60a04db08cef52 AS core
|
||||
|
||||
WORKDIR /usr/src/open-api/typescript-sdk
|
||||
COPY open-api/typescript-sdk/package*.json open-api/typescript-sdk/tsconfig*.json ./
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue