diff --git a/Dockerfile b/Dockerfile index 3eea9cd5..1ba107fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,15 +10,11 @@ FROM node:20-alpine AS build-server ENV NODE_ENV=production -RUN apk update && \ - apk add --no-cache --update \ +RUN apk add --no-cache --update \ curl \ - tzdata \ - ffmpeg \ make \ python3 \ g++ \ - tini \ unzip WORKDIR /server @@ -46,7 +42,7 @@ RUN npm ci --only=production FROM node:20-alpine # Install only runtime dependencies -RUN apk add --no-cache \ +RUN apk add --no-cache --update \ tzdata \ ffmpeg \ tini diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 00000000..e69de29b