Files
web/.devcontainer/Dockerfile
T
2025-03-30 17:57:53 +03:00

8 lines
93 B
Docker

FROM node:22-alpine3.21
RUN apk add --no-cache \
git \
nano \
openssh
USER node