From 564d6aaf45ad857cafdeb701a0eed56068341669 Mon Sep 17 00:00:00 2001 From: "Mahadik, Mukul Chandrakant" Date: Tue, 8 Oct 2024 00:41:29 -0700 Subject: [PATCH] Switching to GHCR.io --- frontend/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 9fbd86f..20de3c5 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,5 @@ FROM node:21.7.2-alpine +LABEL org.opencontainers.image.source=https://github.com/MukuFlash03/nrel-openpath-join-page RUN mkdir -p /public WORKDIR /public