Skip to content

Commit f8c550f

Browse files
committed
Add rsync to container
This allows copying the files to and from the container
1 parent 95b8c0e commit f8c550f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN echo "Install common dependencies" \
2323
libpq5 \
2424
postgresql-client \
2525
make \
26+
rsync \
2627
&& apt-get clean \
2728
&& echo "Create project directory" \
2829
&& mkdir -p "$PROJECT_ROOT" \

0 commit comments

Comments
 (0)