Clean a bit

This commit is contained in:
2025-05-27 10:21:51 +07:00
parent 564a23ddec
commit 699ebd474b
4 changed files with 6 additions and 41 deletions

View File

@@ -8,10 +8,10 @@ WORKDIR /app
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
# Install git and Python
RUN apk update && apk add --no-cache git python3 make g++
#RUN apk update && apk add --no-cache git python3 make g++
# Create a symlink for python3 as python
RUN ln -sf /usr/bin/python3 /usr/bin/python
#RUN ln -sf /usr/bin/python3 /usr/bin/python
# Copy package.json and package-lock.json to the container
# COPY package*.json ./