Skip to content

Commit

Permalink
add entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
David J. M. Karlsen committed Jan 26, 2024
1 parent 43d6392 commit b420c00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
FROM node:lts-bookworm
RUN npm install -g @usebruno/cli
RUN npm install -g @usebruno/cli
ENTRYPOINT ["bru"]
CMD ["run"]

0 comments on commit b420c00

Please sign in to comment.