Skip to content

Commit

Permalink
ls la debug
Browse files Browse the repository at this point in the history
  • Loading branch information
andnorda committed Nov 22, 2024
1 parent 6997fdf commit 59b6ff0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/actions/post-log-to-slack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ WORKDIR /usr/src/app
COPY package.json bun.lockb ./
RUN bun install --frozen-lockfile --production

COPY index.ts .
COPY index.ts ./

ENTRYPOINT [ "bun", "run", "index.ts" ]
# RUN ls -la

# ENTRYPOINT [ "bun", "run", "index.ts" ]

ENTRYPOINT [ "ls", "-la"]

0 comments on commit 59b6ff0

Please sign in to comment.