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