We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0df99f commit 1199046Copy full SHA for 1199046
event-demo/Dockerfile
@@ -10,6 +10,8 @@ WORKDIR /app
10
# Copy package.json and package-lock.json (or yarn.lock) to the working directory
11
COPY package*.json ./
12
13
+RUN ls
14
+
15
# Install dependencies
16
RUN pnpm install --frozen-lockfile
17
0 commit comments