2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00
website/Dockerfile.python

10 lines
207 B
Docker
Raw Permalink Normal View History

2021-03-05 19:21:55 +01:00
FROM nikolaik/python-nodejs:python3.8-nodejs14
2019-10-27 12:53:08 +01:00
2021-03-05 19:21:55 +01:00
RUN npm install -g \
autoprefixer@^9.7.0 \
cssnano@^4.1.10 \
postcss-cli@^6.1.3
2019-07-05 19:54:54 +02:00
ENV PATH="/root/.local/bin:$PATH"
2019-10-27 12:53:08 +01:00
ENV NODE_PATH="/usr/lib/node_modules"