Skip to content

Commit

Permalink
patch: add all docker build files
Browse files Browse the repository at this point in the history
  • Loading branch information
mmta committed Nov 9, 2018
1 parent db3770d commit 9fe9e36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# Unignore all dirs
!*/
# Unignore docker builds
!deployments/docker/build/*
!deployments/docker/build/Dockerfile
!deployments/docker/build/s6files/services.d/dsiem/run

# extra things to ignore:

Expand Down
3 changes: 3 additions & 0 deletions deployments/docker/build/s6files/services.d/dsiem/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/with-contenv sh
exec /dsiem/dsiem serve

0 comments on commit 9fe9e36

Please sign in to comment.