From 9e345d50f881ed4728e96f1ce6c451ebff5ea8ab Mon Sep 17 00:00:00 2001 From: morgan Date: Tue, 20 Feb 2024 16:56:59 +0100 Subject: [PATCH] Update docker LABEL --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f3ec137..0358b2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN yarn build --mode ${NODE_ENV} FROM nginx:1.16.0-alpine -LABEL org.opencontainers.image.source=https://github.com/m0rgan01/React-sand-box +LABEL org.opencontainers.image.source=https://github.com/m0rgan01/react-sand-box COPY ./static_nginx.conf /etc/nginx/conf.d/default.conf COPY --from=build /app/React-sand-box/build /var/www/