Unify with gvaldap/gvaweb
This commit is contained in:
parent
d2f94c7bec
commit
38dae51a7a
2 changed files with 8 additions and 3 deletions
|
@ -31,6 +31,10 @@ RUN /root/.local/bin/poetry install --only=main
|
|||
FROM debian:$DEBIAN_RELEASE
|
||||
LABEL maintainer="Jan Dittberner <jan@dittberner.info>"
|
||||
|
||||
ENV LC_ALL=C.UTF-8
|
||||
ENV LANG=C.UTF-8
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
|
@ -63,6 +67,6 @@ VOLUME /srv/$GVAAPP
|
|||
|
||||
EXPOSE 8000
|
||||
|
||||
COPY gva.sh /srv/
|
||||
COPY ${GVAAPP}.sh /srv/
|
||||
|
||||
ENTRYPOINT ["dumb-init", "/srv/gva.sh"]
|
||||
ENTRYPOINT ["dumb-init", "/srv/${GVAAPP}.sh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue