Skip to content

Commit

Permalink
Make log files into volume
Browse files Browse the repository at this point in the history
  • Loading branch information
naresh-kumar-babu committed Jul 18, 2024
1 parent b7733b0 commit ca52f92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:11.7 AS base
FROM debian:11.7 as base

LABEL maintainers=""
LABEL org.opencontainers.image.source=https://github.com/CanastaWiki/Canasta
Expand Down Expand Up @@ -94,7 +94,7 @@ RUN set -x; \
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
&& composer self-update 2.1.3

FROM base AS source
FROM base as source

# MediaWiki core
RUN set -x; \
Expand Down Expand Up @@ -171,7 +171,7 @@ RUN set -x; \
mkdir $MW_HOME/extensions/ \
&& mkdir $MW_HOME/skins/

FROM base AS final
FROM base as final

COPY --from=source $MW_HOME $MW_HOME
COPY --from=source $MW_ORIGIN_FILES $MW_ORIGIN_FILES
Expand Down

0 comments on commit ca52f92

Please sign in to comment.