Skip to content

Commit

Permalink
add run to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Nov 18, 2023
1 parent 56ae749 commit 8672b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun
COPY . .
RUN bun install
ENTRYPOINT [ "bun", "./bin/cli.ts" ]
ENTRYPOINT [ "bun", "./bin/cli.ts", "run" ]

0 comments on commit 8672b54

Please sign in to comment.