Files
web/.devcontainer/Dockerfile
2026-07-07 18:03:13 +02:00

9 lines
104 B
Docker

FROM node:26-alpine3.23
RUN apk add --no-cache \
bash \
git \
nano \
openssh
USER node