Skip to content

Commit

Permalink
Add lisense lable to the docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Husky-Devel committed Feb 6, 2023
1 parent 7011182 commit 272c8fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM nginx
LABEL org.opencontainers.image.source = "https://github.com/huskynz/6"
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
Expand Down

0 comments on commit 272c8fa

Please sign in to comment.