mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 21:03:58 -05:00
7 lines
110 B
Docker
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
|