Dan Helfman 2 years ago
parent
commit
f947525fca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -51,7 +51,7 @@ steps:
     IMAGE_NAME: projects.torsion.org/borgmatic-collective/borgmatic:docs
   commands:
     - podman login --username "$USERNAME" --password "$PASSWORD" projects.torsion.org
-    - podman build --tag "$IMAGE_NAME" --file docs/Dockerfile
+    - podman build --tag "$IMAGE_NAME" --file docs/Dockerfile --volume .:/app
     - podman push "$IMAGE_NAME"
 
 trigger: