We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d4aa9c commit 34b8a7dCopy full SHA for 34b8a7d
.github/actions/post-log-to-slack/Dockerfile
@@ -1,10 +1,11 @@
1
FROM oven/bun:1
2
WORKDIR /usr/src/app
3
4
-COPY .github/actions/post-log-to-slack/package.json .github/actions/post-log-to-slack/bun.lockb ./
+COPY package.json ./
5
+COPY bun.lockb ./
6
RUN bun install --frozen-lockfile --production
7
-COPY .github/actions/post-log-to-slack/index.ts ./
8
+COPY index.ts ./
9
10
# RUN ls -la
11
0 commit comments