Skip to content

Commit

Permalink
Fix creation of usage note
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Sep 25, 2024
1 parent c2baf96 commit e3b8816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker-compose-systemd/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SHELL [ "bash", "-clo", "errexit" ]
ARG name
ARG version
COPY docker-compose@.service.go-template /uniget_bootstrap/etc/systemd/system/
COPY <<EOF /uniget_bootstrap/etc/docker-compose
COPY <<EOF /uniget_bootstrap/etc/docker-compose/README
Please see usage notes
EOF
COPY docker-compose@.service.go-template /uniget_bootstrap/etc/systemd/user/
Expand Down

0 comments on commit e3b8816

Please sign in to comment.