This commit is contained in:
bjoernellens1 2023-11-30 11:10:15 +01:00 committed by GitHub
parent 76f82c71da
commit b84d5a70a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,4 +131,6 @@ RUN microdnf -y install dnf \
&& dnf install -y ./docker-compose-plugin.rpm \
&& dnf clean all
USER olivetin
USER olivetin
ENTRYPOINT [ "/usr/bin/OliveTin" ]