charlyghislaindotcom/Dockerfile
cghislai 8bd33efcdd
Some checks reported errors
charlyghislain gitea/charlyghislaindotcom/pipeline/head There was a failure building this commit
charlyghislain/charlyghislaindotcom/pipeline/head Something is wrong with the build of this commit
jenkinsfile: update repo
2021-08-13 01:23:11 +02:00

15 lines
412 B
Docker

FROM docker.valuya.com/apache-front:2.4.48
ARG CLANG=en
COPY docker/httpd.conf /var/run/httpd.conf.tmp
RUN mkdir -p /var/run/httpd \
&& (cat /var/run/httpd.conf.tmp | envsubst > /var/run/httpd/charlyghislaindotcom.conf)
# dist/fr/fr/ -> /var/www/html/fr/
COPY dist/${CLANG}/${CLANG}/ /var/www/html/${CLANG}/
ENV LANG=$CLANG
HEALTHCHECK --interval=10s --timeout=3s \
CMD /check-http-status.sh localhost