Update Dockerfile

This commit is contained in:
Okka
2023-10-12 09:05:18 +08:00
committed by GitHub
parent 3f437005ba
commit 3da9758949

View File

@@ -7,7 +7,7 @@ WORKDIR /app
# 将应用程序文件复制到容器中
COPY . .
# EXPOSE 3000
EXPOSE 3000
# 安装应用程序的依赖
RUN npm install -r package.json