Skip to content

Commit e3b8816

Browse files
committed
Fix creation of usage note
1 parent c2baf96 commit e3b8816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker-compose-systemd/Dockerfile.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SHELL [ "bash", "-clo", "errexit" ]
88
ARG name
99
ARG version
1010
COPY docker-compose@.service.go-template /uniget_bootstrap/etc/systemd/system/
11-
COPY <<EOF /uniget_bootstrap/etc/docker-compose
11+
COPY <<EOF /uniget_bootstrap/etc/docker-compose/README
1212
Please see usage notes
1313
EOF
1414
COPY docker-compose@.service.go-template /uniget_bootstrap/etc/systemd/user/

0 commit comments

Comments
 (0)