Skip to content

Commit

Permalink
Pushed dockerfile for Crowdsec Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleHomelab committed Jun 26, 2022
1 parent 3e061ba commit c1d4e95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

!custom
custom/*
!custom/*.example
!custom/Dockerfile-*

!shared
shared/*
Expand Down
3 changes: 3 additions & 0 deletions custom/Dockerfile-csdash
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM metabase/metabase

RUN mkdir /data/ && wget https://crowdsec-statics-assets.s3-eu-west-1.amazonaws.com/metabase_sqlite.zip && unzip metabase_sqlite.zip -d /data/
File renamed without changes.

0 comments on commit c1d4e95

Please sign in to comment.