fix maybe
All checks were successful
sitix website build / Build-Docker-Image (push) Successful in 25s

still cool
This commit is contained in:
2025-02-26 21:30:14 +00:00
parent b8e41288d9
commit e014afbab4

View File

@@ -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 /