Skip to content

Commit

Permalink
fix: allow empty custom modules dir
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalOughtness authored Feb 22, 2024
1 parent ee2a834 commit e0dac72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ COPY ./config /config
# Custom modules overwrite defaults
FROM scratch as stage-modules
COPY --from=ghcr.io/ublue-os/bling:latest /modules /modules
# Allow empty custom modules dir
RUN mkdir -p ./modules
COPY ./modules /modules

# This stage is responsible for holding onto
Expand Down

0 comments on commit e0dac72

Please sign in to comment.