mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
feat: add minimal devcontainer setup (#14038)
* add minimal devcontainer setup * fix Makefile & update doc * fix Makefile * add warning regarding devcontainer + add newline at EOF
This commit is contained in:
parent
de993289ad
commit
5a2af558fb
4 changed files with 34 additions and 10 deletions
2
.devcontainer/Dockerfile
Normal file
2
.devcontainer/Dockerfile
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ARG BASEIMAGE=mcr.microsoft.com/devcontainers/typescript-node:22
|
||||
FROM ${BASEIMAGE}
|
||||
Loading…
Add table
Add a link
Reference in a new issue