fix dockerfile
All checks were successful
avraham dev build / Build-Docker-Image (push) Successful in 32s
All checks were successful
avraham dev build / Build-Docker-Image (push) Successful in 32s
This commit is contained in:
@@ -16,9 +16,9 @@ RUN /sitix site -y -c ${SITIX_ENVIRONMENT}
|
|||||||
FROM busybox:1.35
|
FROM busybox:1.35
|
||||||
|
|
||||||
# Copy the static website
|
# Copy the static website
|
||||||
COPY --from=build /output /output
|
COPY --from=build /output /avrahamsociety
|
||||||
|
|
||||||
WORKDIR output
|
WORKDIR /
|
||||||
|
|
||||||
# Run BusyBox httpd
|
# Run BusyBox httpd
|
||||||
CMD ["busybox", "httpd", "-f", "-v", "-p", "80"]
|
CMD ["busybox", "httpd", "-f", "-v", "-p", "80"]
|
||||||
|
|||||||
Reference in New Issue
Block a user