mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Added locale and sql folders to Dockerfile copy stage
This commit is contained in:
parent
f677a9296f
commit
02ecccc8c9
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,8 @@ COPY arsse.php /copy/app/arsse/
|
||||||
COPY composer.json /copy/app/arsse/
|
COPY composer.json /copy/app/arsse/
|
||||||
COPY composer.lock /copy/app/arsse/
|
COPY composer.lock /copy/app/arsse/
|
||||||
COPY lib /copy/app/arsse/lib
|
COPY lib /copy/app/arsse/lib
|
||||||
|
COPY locale /copy/app/arsse/locale
|
||||||
|
COPY sql /copy/app/arsse/sql
|
||||||
COPY ${VENDOR_DIR} /copy/app/arsse/vendor
|
COPY ${VENDOR_DIR} /copy/app/arsse/vendor
|
||||||
COPY www /copy/app/arsse/www
|
COPY www /copy/app/arsse/www
|
||||||
RUN ln -s /config/arsse/config.php /copy/app/arsse/config.php
|
RUN ln -s /config/arsse/config.php /copy/app/arsse/config.php
|
||||||
|
@ -18,6 +20,7 @@ FROM mensbeam/baseimage_alpine:latest
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
gnu-libiconv \
|
gnu-libiconv \
|
||||||
|
icu-data-full \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
logrotate \
|
logrotate \
|
||||||
nginx \
|
nginx \
|
||||||
|
|
Loading…
Reference in a new issue