Skip to content

Commit

Permalink
fix: minor docker retooling
Browse files Browse the repository at this point in the history
  • Loading branch information
biodrone committed Jul 19, 2022
1 parent 3da9c2f commit e82a902
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Dockerfile
Dockerfile.example
docker-compose.yml
docker-compose.yml.example
3 changes: 0 additions & 3 deletions entrypoint.sh

This file was deleted.

3 changes: 3 additions & 0 deletions entrypoint_go.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

./streamdl -o /app/out -m /app/move
3 changes: 3 additions & 0 deletions entrypoint_python.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

python streamdl_proto_srv.py

0 comments on commit e82a902

Please sign in to comment.