diff --git a/docker-compose.yml b/docker-compose.yml index fb3c32c..21ddb75 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -51,6 +51,8 @@ services: admin: # The actual image name will be set automatically by the sdk. # This tag only serves to pull the correct image during build. + build: + context: ./hopr-admin image: >- europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:2.1.4 ports: diff --git a/hopr-admin/Dockerfile b/hopr-admin/Dockerfile new file mode 100644 index 0000000..2943806 --- /dev/null +++ b/hopr-admin/Dockerfile @@ -0,0 +1,3 @@ +FROM europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:stable + +ENTRYPOINT ["nginx", "-g", "daemon off;"] \ No newline at end of file