diff --git a/docker-stack/docker-compose-standalone.yaml b/docker-stack/docker-compose-standalone.yaml index 5690d73..92d6dbf 100644 --- a/docker-stack/docker-compose-standalone.yaml +++ b/docker-stack/docker-compose-standalone.yaml @@ -17,8 +17,6 @@ services: networks: - traefik-network - util-bills-mongo-network - volumes: - - /home/knee-cola/docker/evidencija-rezija/web-app/etc/hosts/:/etc/hosts environment: MONGODB_URI: mongodb://rezije.app:w4z4piJBgCdAm4tpawqB@mongo:27017/utility-bills GOOGLE_ID: 355397364527-adjrokm6hromcaaar0qfhk050mfr35ou.apps.googleusercontent.com diff --git a/web-app/Dockerfile b/web-app/Dockerfile index a83f43e..85b8958 100644 --- a/web-app/Dockerfile +++ b/web-app/Dockerfile @@ -12,6 +12,9 @@ RUN apk add --no-cache libc6-compat WORKDIR /app +# copy custom hosts file to avoid issues with some auth providers +COPY ./etc/hosts /etc/hosts + # Copy package files COPY ./package.json ./package-lock.json ./