production > build

This commit is contained in:
resonic-user 2025-06-16 11:50:12 +00:00
parent 78a217f0bf
commit 748780141f

View File

@ -15,11 +15,11 @@ jobs:
- name: backend
context: ./backend
dockerfile: ./backend/Dockerfile
target: production
target: build
- name: webapp
context: ./webapp
dockerfile: ./webapp/Dockerfile
target: production
target: build
- name: neo4j
context: ./neo4j
dockerfile: ./neo4j/Dockerfile