X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=dist%2Fcontainers%2Fargeo2-node-snapshots;h=54422b4a5459b45da66fe639cd511570a66170a8;hb=291c21e0e1759d4dad147694f2f6585b6a718d02;hp=d390ec05661ff29d8eed4f68c5f69e4d6de65601;hpb=c4e6e4221851cbd7e0978ea27e2ed1e29d65ffba;p=lgpl%2Fargeo-commons.git diff --git a/dist/containers/argeo2-node-snapshots b/dist/containers/argeo2-node-snapshots index d390ec056..54422b4a5 100755 --- a/dist/containers/argeo2-node-snapshots +++ b/dist/containers/argeo2-node-snapshots @@ -20,6 +20,9 @@ buildah config --label url=https://hub.docker.com/repository/docker/argeo/argeo2 buildah run $container -- microdnf install osgi-boot argeo-cms-e4-rap argeo-node buildah run $container -- microdnf clean all +# Override settings +buildah copy $container dev-settings.sh /etc/argeo/settings.sh + # Configuration buildah config --entrypoint '["/usr/sbin/argeoctl","start"]' $container buildah config --port 8080 $container