Mount current directory
diff --git a/aptly/files/aptly-publisher b/aptly/files/aptly-publisher
index 8d65aad..2da1081 100755
--- a/aptly/files/aptly-publisher
+++ b/aptly/files/aptly-publisher
@@ -58,4 +58,4 @@
     DOCKER_RUN_OPTIONS="$DOCKER_RUN_OPTIONS -i"
 fi
 
-exec docker run --rm $DOCKER_RUN_OPTIONS $DOCKER_ADDR $APTLY_PUBLISHER_OPTIONS $VOLUMES -w "$(pwd)" $IMAGE "$@"
+exec docker run --rm $DOCKER_RUN_OPTIONS $DOCKER_ADDR $APTLY_PUBLISHER_OPTIONS $VOLUMES -w "$(pwd)" -v "$(pwd)":"$(pwd)" $IMAGE "$@"