mirror of
https://github.com/5etools-mirror-2/5etools-img.git
synced 2025-10-29 03:15:32 -05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4b85ccb5d |
@@ -8,6 +8,7 @@
|
|||||||
!book
|
!book
|
||||||
!characters
|
!characters
|
||||||
!charcreationoptions
|
!charcreationoptions
|
||||||
|
!classes
|
||||||
!conditionsdiseases
|
!conditionsdiseases
|
||||||
!covers
|
!covers
|
||||||
!decks
|
!decks
|
||||||
@@ -17,6 +18,7 @@
|
|||||||
!items
|
!items
|
||||||
!languages
|
!languages
|
||||||
!objects
|
!objects
|
||||||
|
!pdf
|
||||||
!plutonium
|
!plutonium
|
||||||
!races
|
!races
|
||||||
!recipes
|
!recipes
|
||||||
|
|||||||
@@ -2,9 +2,11 @@ FROM alpine
|
|||||||
|
|
||||||
RUN apk update && apk add lighttpd rsync
|
RUN apk update && apk add lighttpd rsync
|
||||||
|
|
||||||
COPY docker/lighttpd.conf docker/mime-types.conf /etc/lighttpd/
|
|
||||||
|
|
||||||
CMD [ "lighttpd", "-D", "-f", "/etc/lighttpd/lighttpd.conf" ]
|
CMD [ "lighttpd", "-D", "-f", "/etc/lighttpd/lighttpd.conf" ]
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
COPY . /var/www/localhost/htdocs/img/
|
WORKDIR /var/www/localhost/htdocs
|
||||||
|
|
||||||
|
COPY . img/
|
||||||
|
|
||||||
|
RUN mv img/docker/lighttpd.conf img/docker/mime-types.conf /etc/lighttpd/ && rm -rf img/docker/
|
||||||
|
|||||||
Reference in New Issue
Block a user