Skip to content

Docker Image

Gitlab

include:
  - project: 'homeserve/udp/templates'
    file:
      - '/.package_app.yml'
    ref: 'master'

stages:
  - 🛠️ build

build:app:
  extends: .build_image
  stage: 🛠️ build
  image: docker
  variables:
    DOCKER_DOCKERFILE_PATH: "Dockerfile"