diff --git a/Dockerfile b/Dockerfile index 12c65cf49..5be66e36d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ FROM docker.io/nginx:1.27.2-alpine-slim +LABEL org.opencontainers.image.source=https://github.com/paveloom-c/PMG + COPY landing /usr/share/nginx/html diff --git a/compose.yaml b/compose.yaml index ee73c2696..416102382 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,6 +2,7 @@ name: pmg services: site: build: . + image: ghcr.io/paveloom-c/pmg:latest develop: watch: - path: landing