Skip to content

Commit

Permalink
Specify the registry name for the image.
Browse files Browse the repository at this point in the history
  • Loading branch information
paveloom committed Oct 14, 2024
1 parent 95d4c89 commit 704a3ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: pmg
services:
site:
build: .
image: ghcr.io/paveloom-c/pmg:latest
develop:
watch:
- path: landing
Expand Down

0 comments on commit 704a3ba

Please sign in to comment.