增run echo

This commit is contained in:
fatwang2
2024-03-25 01:48:23 +08:00
parent 7a2a37b5d3
commit 9d4162a34a
+1
View File
@@ -1,6 +1,7 @@
# Stage 1: Build Next.js frontend
FROM node:20.11 as build-stage
WORKDIR /app
RUN echo "1" > /dev/null
# Install dependencies
COPY ./web/package*.json ./