mirror of https://github.com/l3uddz/traktarr
commit
a929709aad
@ -1,23 +0,0 @@
|
|||||||
# Git
|
|
||||||
.git
|
|
||||||
|
|
||||||
# Systemd files
|
|
||||||
systemd
|
|
||||||
|
|
||||||
# Logs
|
|
||||||
*.log*
|
|
||||||
|
|
||||||
# Configs
|
|
||||||
*.json
|
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
|
||||||
**/__pycache__
|
|
||||||
*.py[cod]
|
|
||||||
*$py.class
|
|
||||||
*.pyc
|
|
||||||
|
|
||||||
# Pyenv
|
|
||||||
**/.python-version
|
|
||||||
|
|
||||||
# User-specific stuff:
|
|
||||||
.idea
|
|
@ -0,0 +1,2 @@
|
|||||||
|
# Hooks
|
||||||
|
hooks
|
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker build --build-arg BRANCH=${SOURCE_BRANCH} -f ${DOCKERFILE_PATH} -t ${IMAGE_NAME} .
|
Loading…
Reference in new issue