Frederik Ring
895d34cd43
All checks were successful
Build / build (push) Successful in 2m19s
Reviewed-on: #19
7 lines
224 B
Docker
7 lines
224 B
Docker
FROM nikolaik/python-nodejs:python3.10-nodejs20
|
|
|
|
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:/usr/local/lib/node_modules"
|