fix dockerfile
All checks were successful
avraham dev build / Build-Docker-Image (push) Successful in 32s

This commit is contained in:
2025-04-29 18:08:53 -04:00
parent bc5309b9af
commit 476aa21160

View File

@@ -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"]