From 17708f1430fd63e9350af82abe40a7dd78b15b8c Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 14 Dec 2025 17:08:26 -0800 Subject: Simplify host asset bundling --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 26c8c2a..a7f4197 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,6 @@ RUN npm run build FROM nginx:alpine as adelie -ENV HOST=https://adelie.liz.coffee - COPY --from=builder /app/dist/ /usr/share/nginx/html/ COPY nginx.conf /etc/nginx/nginx.conf COPY docker-entrypoint.sh /docker-entrypoint.sh -- cgit v1.2.3-70-g09d2