Skip to content

Commit

Permalink
fix: image
Browse files Browse the repository at this point in the history
  • Loading branch information
daflyinbed committed Jun 7, 2024
1 parent c00eba4 commit 5dd48da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/caddy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ FROM caddy:2.8.4

COPY --from=builder /usr/bin/caddy /usr/bin/caddy
COPY --from=mw /var/www/html/ /srv/
RUN chown -R root:root /srv
6 changes: 3 additions & 3 deletions .github/workflows/mw.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ghcr.io/mooncellwiki/php:latest

VOLUME [ "/var/www/html/etc" ]
VOLUME [ "/srv/etc" ]

COPY . /var/www/html/
COPY . /srv/

WORKDIR /var/www/html/
WORKDIR /srv/

RUN composer install --no-dev && \
mkdir tmp &&\
Expand Down

0 comments on commit 5dd48da

Please sign in to comment.