1
0
Files
www.mikescher.com/data/css_compress/Dockerfile
Mike Schwörer 925960eb39
Some checks failed
Build Docker and Deploy / Build Docker (push) Failing after 37s
Build Docker and Deploy / Deploy to Server (push) Has been skipped
add reading history to /about
2026-02-07 22:37:18 +01:00

9 lines
220 B
Docker

FROM node:22-slim
RUN apt-get update && apt-get install -y --no-install-recommends \
python3 default-jre-headless \
&& npm install -g sass \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
WORKDIR /project