Files
freeCodeCamp/.devcontainer/docs/Dockerfile
2023-11-06 15:40:49 +05:30

7 lines
110 B
Docker

FROM node:20-alpine
# Install git
RUN apk add --no-cache git
RUN npm install -g docsify-cli prettier eslint