Local Build Option #211
Replies: 2 comments
|
What do you mean by local build? These are just scripts, there isn’t anything to build…. |
0 replies
Answer selected by
RandomNinjaAtk
|
Create a Dockerfile that pulls the base image and runs the scripts. This is my FROM lscr.io/linuxserver/lidarr:latest
RUN curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/setup.bash | bashYou could even place it inline dockerfile_inline |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What do you mean by local build?
These are just scripts, there isn’t anything to build….