Files
Reactive-Resume/.devcontainer/Dockerfile
T
2026-02-06 19:15:56 +01:00

10 lines
213 B
Docker

FROM mcr.microsoft.com/devcontainers/typescript-node:24
RUN corepack enable
RUN apt-get update && apt-get install -y --no-install-recommends \
git \
curl \
&& rm -rf /var/lib/apt/lists/*
EXPOSE 3000