fix: refs#6706 docker-compose.yml fixes
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-02-09 09:26:46 +01:00
parent f18191d6e9
commit 26d4dbbe34
1 changed files with 3 additions and 2 deletions

View File

@ -18,8 +18,9 @@ services:
memory: 1G
back:
image: registry.verdnatura.es/salix-back:${VERSION:?}
build: .
dockerfile: back/Dockerfile
build:
context: .
dockerfile: back/Dockerfile
environment:
- TZ
- NODE_ENV