Skip to content

Commit 1199046

Browse files
authored
ls
1 parent a0df99f commit 1199046

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

event-demo/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ WORKDIR /app
1010
# Copy package.json and package-lock.json (or yarn.lock) to the working directory
1111
COPY package*.json ./
1212

13+
RUN ls
14+
1315
# Install dependencies
1416
RUN pnpm install --frozen-lockfile
1517

0 commit comments

Comments
 (0)