Skip to content

Commit e57486e

Browse files
committed
fix: cp command arg
Signed-off-by: Michelle McAveety <[email protected]>
1 parent d0b75ae commit e57486e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apicurio-registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ subpackages:
9797
install -Dm644 -o 1001 -g 0 .docker-scripts/nginx.conf "${{targets.contextdir}}/etc/nginx/nginx.conf"
9898
9999
# Copy dist files
100-
cp --chown=1001:0 dist/ ${{targets.contextdir}}
100+
cp dist/ ${{targets.contextdir}}
101101
102102
# Grant write permission to group
103103
chmod -R g+w /opt/app-root/src /usr/local/bin/

0 commit comments

Comments
 (0)