fixing docker error

This commit is contained in:
blu 2024-03-15 18:16:15 +01:00
parent 892d37567a
commit e748df9a70
Signed by: blu
GPG Key ID: 9DF47BD2E647A7D6
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
ENTRYPOINT_CONF_VERSION=1
ENTRYPOINT_CONF_VERSION=v1
### Helpers
# these commands can be run via: abra app cmd open-inventory.example.net app $commandName ($commandName: clear_cache, ...)

View File

@ -73,6 +73,6 @@ secrets:
configs:
entrypoint_conf:
name: ${STACK_NAME}_entrypoint_${ENTRYPOINT_CONF_VERSION}
name: ${STACK_NAME}_entrypoint_conf_${ENTRYPOINT_CONF_VERSION}
file: entrypoint.sh.tmpl
template_driver: golang

View File

@ -5,4 +5,4 @@ export DB_PASSWORD=$(cat /run/secrets/db_password)
# Upstream ENTRYPOINT
# https://codeberg.org/eotl/open-inventory/src/branch/main/docker/prod/Dockerfile
/app/docker/entrypoint.sh
/app/docker/prod/entrypoint.sh