Remove comment

This commit is contained in:
DefectingCat
2023-02-17 17:58:37 +08:00
parent 5e1bee015b
commit 5b5cbccd2f

View File

@ -5,7 +5,6 @@ WORKDIR /app
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \
&& apk add --no-cache libc6-compat
# python3 g++ make
# Install dependencies based on the preferred package manager
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./