Skip to content

Commit

Permalink
Adding build context (#148)
Browse files Browse the repository at this point in the history
* Adding build context

* Adding a dummy dockerfile

* Using fixed tag
  • Loading branch information
ausias-armesto authored Aug 12, 2024
1 parent 3d932bd commit f6b5c7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions hopr-admin/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:stable

ENTRYPOINT ["nginx", "-g", "daemon off;"]

0 comments on commit f6b5c7a

Please sign in to comment.