mirror of https://github.com/l3uddz/traktarr
commit
7c2a869216
@ -0,0 +1,45 @@
|
||||
# User-specific stuff:
|
||||
.idea
|
||||
|
||||
## File-based project format:
|
||||
*.iws
|
||||
|
||||
# IntelliJ
|
||||
/out/
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.pyc
|
||||
|
||||
# logs
|
||||
*.log*
|
||||
|
||||
# databases
|
||||
*.db
|
||||
|
||||
# configs
|
||||
*.cfg
|
||||
*.json
|
||||
|
||||
# generators
|
||||
*.bat
|
||||
|
||||
# Pyenv
|
||||
**/.python-version
|
||||
|
||||
# PyInstaller
|
||||
build/
|
||||
dist/
|
||||
*.manifest
|
||||
*.spec
|
||||
|
||||
# Git
|
||||
.git
|
||||
|
||||
# Systemd
|
||||
systemd
|
||||
|
||||
# Docker files
|
||||
docker
|
@ -1,2 +0,0 @@
|
||||
# Hooks
|
||||
hooks
|
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker build --build-arg BRANCH=${SOURCE_BRANCH} -f ${DOCKERFILE_PATH} -t ${IMAGE_NAME} .
|
||||
docker build --build-arg BRANCH=${SOURCE_BRANCH} --build-arg COMMIT=${SOURCE_COMMIT} -f ${DOCKERFILE_PATH} -t ${IMAGE_NAME} .
|
||||
|
Loading…
Reference in new issue