feat(devcontainer): add Docker and devcontainer configuration for NowChess workspace

This commit is contained in:
2026-04-29 09:00:33 +02:00
parent 106118ad29
commit 7b52109d11
7 changed files with 142 additions and 13 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM mcr.microsoft.com/devcontainers/java:21-bookworm
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
postgresql-client \
redis-tools \
stockfish \
&& rm -rf /var/lib/apt/lists/*