update serve target to /sitix to appease httpd
Some checks failed
sitix website build / Build-Docker-Image (push) Failing after 22s
Some checks failed
sitix website build / Build-Docker-Image (push) Failing after 22s
it's pretty cool how I can do this from my phone
This commit is contained in:
@@ -10,15 +10,14 @@ RUN ls site
|
||||
|
||||
ARG SITIX_ENVIRONMENT="production"
|
||||
|
||||
RUN /sitix site -y -c ${SITIX_ENVIRONMENT}
|
||||
|
||||
RUN /sitix site -y -o sitix -c ${SITIX_ENVIRONMENT}
|
||||
|
||||
FROM busybox:1.35
|
||||
|
||||
# Copy the static website
|
||||
COPY --from=build /output /output
|
||||
|
||||
WORKDIR output
|
||||
WORKDIR /
|
||||
|
||||
# Run BusyBox httpd
|
||||
CMD ["busybox", "httpd", "-f", "-v", "-p", "80"]
|
||||
|
||||
Reference in New Issue
Block a user