freeCodeCamp/.devcontainer/docs/Dockerfile
Shaun Hamilton 1ba31f0833
feat(.devcontainer): basic codespaces config (#48484)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
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