调整镜像,使其支持bash脚本运行

This commit is contained in:
aixianling
2024-10-21 10:04:59 +08:00
parent 58c24d705f
commit 51ab4b62bc

View File

@@ -1,6 +1,8 @@
FROM node:16
FROM node:16-slim
LABEL authors="kubbo"
RUN apt-get update && apt-get install -y bash
COPY . /app
WORKDIR /app
RUN npm i --registry=http://registry.npmmirror.com