Skip to content

Commit 34b8a7d

Browse files
committed
wat
1 parent 9d4aa9c commit 34b8a7d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/actions/post-log-to-slack/Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
FROM oven/bun:1
22
WORKDIR /usr/src/app
33

4-
COPY .github/actions/post-log-to-slack/package.json .github/actions/post-log-to-slack/bun.lockb ./
4+
COPY package.json ./
5+
COPY bun.lockb ./
56
RUN bun install --frozen-lockfile --production
67

7-
COPY .github/actions/post-log-to-slack/index.ts ./
8+
COPY index.ts ./
89

910
# RUN ls -la
1011

0 commit comments

Comments
 (0)