mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
5a2af558fb
* add minimal devcontainer setup * fix Makefile & update doc * fix Makefile * add warning regarding devcontainer + add newline at EOF
2 lines
83 B
Docker
2 lines
83 B
Docker
ARG BASEIMAGE=mcr.microsoft.com/devcontainers/typescript-node:22
|
|
FROM ${BASEIMAGE}
|