chore: fix OCI source label URL to match canonical domain
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
FROM nginx:alpine
|
||||
LABEL org.opencontainers.image.source="http://git.88.96.58.76.nip.io/khalil/tamagotchi-service"
|
||||
LABEL org.opencontainers.image.source="https://git.khalilaliouich.com/khalil/tamagotchi-service"
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY index.html /usr/share/nginx/html/
|
||||
COPY style.css /usr/share/nginx/html/
|
||||
|
||||
Reference in New Issue
Block a user