summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/infra.gentoo.org/rsync-node/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/infra.gentoo.org/rsync-node/Dockerfile b/src/infra.gentoo.org/rsync-node/Dockerfile
index 3530c25..2098508 100644
--- a/src/infra.gentoo.org/rsync-node/Dockerfile
+++ b/src/infra.gentoo.org/rsync-node/Dockerfile
@@ -15,6 +15,9 @@ ENV DEST_DIR=/dev/shm/gentoo
# How long to wait between syncs; must be a valid argument to sleep
ENV WAIT_TIME=10m
+# This needs to exist in the container.
+WORKDIR $DEST_DIR
+
# Expose Rsync port
EXPOSE 873