fix(docker): Fixed dockerfile

This commit is contained in:
Willie Zutz 2025-06-09 23:20:24 -06:00
parent 4d85210d50
commit db6003ac5e

View file

@ -33,8 +33,8 @@ COPY package.json ./
RUN mkdir /home/perplexica/uploads && \
chmod +x /home/perplexica/docker-entrypoint.sh && \
npx -y playwright install chromium --with-deps && \
npm install playwright drizzle-kit && \
npx -y playwright install chromium --only-shell --with-deps && \
apt-get update && \
apt-get install -y procps && \
apt-get clean && rm -rf /var/lib/apt/lists/*