Skip to content

Commit

Permalink
wip: add one more small Dockerfile tweak
Browse files Browse the repository at this point in the history
from #477
  • Loading branch information
Vladislav Supalov committed Nov 8, 2022
1 parent f175891 commit 3284480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN microdnf install -y yum \

COPY LICENSE /licenses/LICENSE

COPY --from=builder /app/stackable-kafka-operator /
COPY --from=builder /app/stackable-kafka-operator* /
COPY deploy/config-spec/properties.yaml /etc/stackable/kafka-operator/config-spec/properties.yaml

RUN groupadd -g 1000 stackable && adduser -u 1000 -g stackable -c 'Stackable Operator' stackable
Expand Down

0 comments on commit 3284480

Please sign in to comment.