Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Apr 26, 2024
1 parent 84b9e48 commit dbcb91c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ RUN apk add bash

RUN npm install -g @dbml/cli @softwaretechnik/dbml-renderer

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
COPY entrypoint.sh dbml-render.sh schema-dump.sh sql-to-dbml.sh /

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit dbcb91c

Please sign in to comment.