ah
Some checks failed
Publish Container to Github at dev / build-and-push-image (push) Has been cancelled
Ruby Gem / rebuild (push) Has been cancelled

This commit is contained in:
Jonny_Bro (Nikita) 2025-02-04 17:16:23 +05:00
parent 3105a74320
commit 4e896d3290
2 changed files with 7 additions and 3 deletions

View file

@ -1,10 +1,17 @@
FROM ruby:bookworm
WORKDIR /license-generator
COPY ./ ./
RUN <<EOF
gem install gitlab-license
EOF
RUN chmod -R 777 .
VOLUME /license-generator/build
ENV LICENSE_NAME="Tim Cook"
ENV LICENSE_COMPANY="Apple Computer, Inc."
ENV LICENSE_EMAIL="tcook@apple.com"

View file

@ -1,8 +1,5 @@
#!/bin/bash
echo "Updating perms"
chmod -R 777 .
echo "[i] GitLab License Generator"
echo "[i] Copyright (c) 2023 Tim Cook, All Rights Not Reserved"
LICENSE_NAME="${LICENSE_NAME:-"Tim Cook"}"