mirror of
https://github.com/immich-app/immich.git
synced 2025-12-10 17:23:12 +03:00
* add minimal devcontainer setup * fix Makefile & update doc * fix Makefile * add warning regarding devcontainer + add newline at EOF
3 lines
83 B
Docker
3 lines
83 B
Docker
ARG BASEIMAGE=mcr.microsoft.com/devcontainers/typescript-node:22
|
|
FROM ${BASEIMAGE}
|