Initial commit
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
from alpine:3.20
|
||||
|
||||
run apk add sqlite
|
||||
|
||||
copy entrypoint.sh /
|
||||
copy lints.sql /
|
||||
run chmod +x /entrypoint.sh
|
||||
|
||||
entrypoint ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user