forked from volatiletech/sqlboiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f23ae9
commit cea2a30
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM alpine:3.13 | ||
COPY sqlboiler /usr/local/bin/sqlboiler | ||
COPY sqlboiler-psql /usr/local/bin/sqlboiler-psql | ||
COPY sqlboiler-mysql /usr/local/bin/sqlboiler-mysql | ||
COPY sqlboiler-mssql /usr/local/bin/sqlboiler-mssql | ||
COPY sqlboiler sqlboiler | ||
COPY sqlboiler-psql sqlboiler-psql | ||
COPY sqlboiler-mysql sqlboiler-mysql | ||
COPY sqlboiler-mssql sqlboiler-mssql | ||
ENTRYPOINT ["sqlboiler"] |