diff --git a/Dockerfile b/Dockerfile index d5af771..615e317 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM nikolaik/python-nodejs # Open Container Initiative (OCI) labels LABEL org.opencontainers.image.title="TekBetter Server" @@ -14,8 +14,6 @@ WORKDIR /app RUN apt-get update && apt-get install -y \ libcurl4-openssl-dev \ - npm \ - nodejs \ && rm -rf /var/lib/apt/lists/* COPY requirements.txt .