mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
10 lines
207 B
Docker
10 lines
207 B
Docker
FROM nikolaik/python-nodejs:python3.8-nodejs14
|
|
|
|
RUN npm install -g \
|
|
autoprefixer@^9.7.0 \
|
|
cssnano@^4.1.10 \
|
|
postcss-cli@^6.1.3
|
|
|
|
ENV PATH="/root/.local/bin:$PATH"
|
|
ENV NODE_PATH="/usr/lib/node_modules"
|