pianello-web-app/docker-compose.build.yml
Alessio Davoli e0b0385709
Some checks failed
ci/woodpecker/push/build Pipeline failed
fix args
2023-12-27 12:11:40 +01:00

16 lines
320 B
YAML

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