From 35691c5a74d8093d1bb4629f3d96e27af3690615 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 13 Dec 2025 00:52:01 -0800 Subject: Fix docker stage --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index ffc3d7c..89746d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,9 @@ -FROM nginx:alpine +FROM nginx:alpine as adelie -# Copy static assets COPY static/ /usr/share/nginx/html/ -# Copy nginx configuration COPY nginx.conf /etc/nginx/nginx.conf -# Copy entrypoint script COPY docker-entrypoint.sh /usr/local/bin/ RUN chmod +x /usr/local/bin/docker-entrypoint.sh -- cgit v1.2.3-70-g09d2