From 476aa211609129289e64dfbeaa223cf4ecd0efd1 Mon Sep 17 00:00:00 2001 From: Tyler Clarke Date: Tue, 29 Apr 2025 18:08:53 -0400 Subject: [PATCH] fix dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f8d9490..bbc071d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,9 +16,9 @@ RUN /sitix site -y -c ${SITIX_ENVIRONMENT} FROM busybox:1.35 # Copy the static website -COPY --from=build /output /output +COPY --from=build /output /avrahamsociety -WORKDIR output +WORKDIR / # Run BusyBox httpd CMD ["busybox", "httpd", "-f", "-v", "-p", "80"]