From e014afbab42a8d882c0d819e9257d3a7b1ea8d87 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 26 Feb 2025 21:30:14 +0000 Subject: [PATCH] fix maybe still cool --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 08f6859..e88bea5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,12 +10,12 @@ RUN ls site ARG SITIX_ENVIRONMENT="production" -RUN /sitix site -y -o sitix -c ${SITIX_ENVIRONMENT} +RUN /sitix site -y -c ${SITIX_ENVIRONMENT} FROM busybox:1.35 # Copy the static website -COPY --from=build /output /output +COPY --from=build /output /sitix WORKDIR /