Skip to content

Commit

Permalink
Fix glitch-soc patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Smalls1652 committed Aug 4, 2023
1 parent d502934 commit db77441
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ RUN mkdir /mastodon/app/javascript/styles/elephant ; \
rm -rf /tmp/mastodon-bird-ui ; \
rm -rf /tmp/mastodon-bird-ui-patches

RUN git am /tmp/glitch-soc-patches/0001-Add-OCW-flavour-1.patch ; \
RUN git config user.name "ContainerBuild" ; \
git config user.email "build@localhost" ; \
git am /tmp/glitch-soc-patches/0001-Add-OCW-flavour-1.patch ; \
rm -rf /tmp/glitch-soc-patches

# Copy Bird UI theme files to /mastodon/app/javascript/styles.
Expand Down

0 comments on commit db77441

Please sign in to comment.