Skip to content

Commit

Permalink
Add rsync to container
Browse files Browse the repository at this point in the history
This allows copying the files to and from the container
  • Loading branch information
matti-lamppu committed Jun 12, 2024
1 parent 95b8c0e commit f8c550f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN echo "Install common dependencies" \
libpq5 \
postgresql-client \
make \
rsync \
&& apt-get clean \
&& echo "Create project directory" \
&& mkdir -p "$PROJECT_ROOT" \
Expand Down

0 comments on commit f8c550f

Please sign in to comment.