You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.
LABEL org.opencontainers.image.description = "HuskyNZ's website in DOCKER form (mostley for fun) It pulles right from the main github repo now aswell to assist in the abilty to keep the website and docker container updated"
LABEL org.opencontainers.image.licenses = "MIT"
RUN apt update
RUN apt upgrade -y
RUN apt install git -y
RUN mv /usr/share/nginx/html /usr/share/nginxhtmlold
RUN git clone https://github.com/huskynz/6 /usr/share/nginx/html