Commit 42ab1ab3 authored by Noel Alonso's avatar Noel Alonso
Browse files

Añade image a docker compose build

parent 1368ee82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ version: '3.5'

services:
  time-series:
    image: ${IMAGE_NAME:-registry.gitlab.com/redmic-project/server/time-series}:${IMAGE_TAG:-latest}
    build:
      context: ..
      dockerfile: ${DOCKERFILE:-Dockerfile}