salix-front/docker-compose.yml

8 lines
154 B
YAML
Raw Permalink Normal View History

2022-03-30 13:29:20 +00:00
version: '3.7'
services:
main:
2024-05-27 11:31:40 +00:00
image: registry.verdnatura.es/salix-frontend:${VERSION:?}
2022-03-30 13:29:20 +00:00
build:
context: .
dockerfile: ./Dockerfile