增加可选部署
This commit is contained in:
@@ -44,11 +44,8 @@ RUN pnpm run build
|
||||
|
||||
RUN ls -a
|
||||
|
||||
|
||||
|
||||
FROM node:20-slim AS runtime
|
||||
|
||||
|
||||
# 安装 nginx
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends nginx && \
|
||||
|
||||
Reference in New Issue
Block a user