Cleanup folders & hotfixes on ci/cd
This commit is contained in:
+3
-3
@@ -17,10 +17,10 @@ services:
|
||||
image: git.hacecalor.net/ichitux/farmafinder-backend:latest
|
||||
build:
|
||||
context: .
|
||||
dockerfile: backend/Dockerfile
|
||||
dockerfile: apps/backend/Dockerfile
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- ./backend/.env
|
||||
- ./apps/backend/.env
|
||||
ports:
|
||||
- "3001:3001"
|
||||
environment:
|
||||
@@ -49,7 +49,7 @@ services:
|
||||
frontend:
|
||||
image: git.hacecalor.net/ichitux/farmafinder-frontend:latest
|
||||
build:
|
||||
context: ./frontend
|
||||
context: ./apps/frontend
|
||||
args:
|
||||
VITE_FARO_ENDPOINT: ${VITE_FARO_ENDPOINT:-http://localhost:4318}
|
||||
VITE_FARO_APP_NAME: ${VITE_FARO_APP_NAME:-farmafinder-frontend}
|
||||
|
||||
Reference in New Issue
Block a user