Files
freeCodeCamp/.devcontainer/docs/Dockerfile
2023-03-06 20:49:35 +05:30

7 lines
110 B
Docker

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