forked from wikimedia/mediawiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove souin, decrease job run rate
- Loading branch information
1 parent
9cb2ade
commit 9e06b4a
Showing
2 changed files
with
1 addition
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
ARG VERSION | ||
FROM caddy:2.8.4-builder AS builder | ||
|
||
RUN xcaddy build \ | ||
--with github.com/caddyserver/[email protected] | ||
|
||
FROM ghcr.io/mooncellwiki/mw:$VERSION as mw | ||
FROM caddy:2.8.4 | ||
|
||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy | ||
COPY --from=mw /srv/ /srv/ | ||
RUN chown -R root:root /srv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters