Local Build Option #211
-
Do you have a build option? |
Beta Was this translation helpful? Give feedback.
Answered by
RandomNinjaAtk
Mar 19, 2024
Replies: 2 comments
-
What do you mean by local build? These are just scripts, there isn’t anything to build…. |
Beta Was this translation helpful? Give feedback.
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 | bash You could even place it inline dockerfile_inline |
Beta Was this translation helpful? Give feedback.
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….