mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-05 02:24:51 +10:00
10 lines
213 B
Docker
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 |