pianello-web-app/docker-compose.build.yml

14 lines
251 B
YAML

version: '3'
services:
frontend:
image: git.webdeploy.it/pianello/frontend
restart: always
build:
context: .
dockerfile: Dockerfile
version_tag:
extends: frontend
image: git.webdeploy.it/pianello/frontend:${TAG}