renamed pbsclient to pbs-client folder and docker image
All checks were successful
/ build-image (push) Successful in 16s

This commit is contained in:
2026-03-15 08:38:02 +00:00
parent 8fed82d1a9
commit c29db12485
5 changed files with 4 additions and 5 deletions

1
pbs-client/dev/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
pbsclient/dev/compose.override.yml

View File

@@ -0,0 +1,15 @@
name: pbsclient-dev
services:
app:
build:
dockerfile: docker/Dockerfile
context: ../
command: ${COMMAND}
environment:
- APP_ENV=${APP_ENV}
- PBS_PASSWORD=${PBS_PASSWORD}
- PBS_REPOSITORY=${PBS_REPOSITORY}
- PBS_FINGERPRINT=${PBS_FINGERPRINT}
- MODE=${MODE}