diff --git a/Dockerfile b/Dockerfile index 1c16127..1476b43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,7 @@ -FROM caddy:2.6.4-alpine +FROM caddy:2.7.6-alpine -COPY . /usr/share/caddy/ \ No newline at end of file +COPY *.html /usr/share/caddy/ +COPY assets /usr/share/caddy/assets +COPY images /usr/share/caddy/images + +WORKDIR /usr/share/caddy \ No newline at end of file diff --git a/docker-compose.preprod.yml b/docker-compose.preprod.yml index b888a21..8cd7a4a 100644 --- a/docker-compose.preprod.yml +++ b/docker-compose.preprod.yml @@ -4,8 +4,8 @@ services: web: image: registry.realt.community/stats-realt:${DOCKER_BRANCH} container_name: ${DOCKER_BRANCH}-stats - ports: - - "8082:80" + # ports: + # - "8082:80" networks: - traefik-realt labels: