pianello-web-app/docker-compose.build.yml
Alessio Davoli 0d19c5e75a
Some checks failed
ci/woodpecker/push/build Pipeline failed
Fix build compose
2023-12-27 12:05:16 +01:00

16 lines
322 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}