mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-18 18:17:51 +01:00
fix typo;
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
78ecf697cf
commit
4b3992cb9c
12
gitweb/Dockerfile
Normal file
12
gitweb/Dockerfile
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
FROM nginx:latest
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y \
|
||||||
|
fcgiwrap \
|
||||||
|
gitweb \
|
||||||
|
--no-install-recommends \
|
||||||
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
|
&& mv /usr/share/gitweb /var/www/
|
||||||
|
|
||||||
|
COPY nginx /etc/nginx
|
||||||
|
|
||||||
|
CMD service fcgiwrap start && nginx -g "daemon off;"
|
|
@ -19,7 +19,7 @@ RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
git \
|
git \
|
||||||
&& mkdir -p /opt/plexpy \
|
&& mkdir -p /opt/plexpy \
|
||||||
&& git clone --branch "${PLEXPPY_VERSION}" https://github.com/drzoidberg33/plexpy.git /opt/plexpy/ \
|
&& git clone --branch "${PLEXPY_VERSION}" https://github.com/drzoidberg33/plexpy.git /opt/plexpy/ \
|
||||||
&& apk del .build-deps
|
&& apk del .build-deps
|
||||||
|
|
||||||
# Volume for Plexpy data.
|
# Volume for Plexpy data.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user