diff --git a/deploy/app.yaml b/deploy/app.yaml index 170fe92..3db60f1 100644 --- a/deploy/app.yaml +++ b/deploy/app.yaml @@ -1,11 +1,13 @@ version: 2 name: frontend services: - web: + - name: web image: index.docker.io/library/node:latest - command: 'bash -c "npm install && npm run build -- --prod"' + source_dir: . # Directorio donde se encuentra el código fuente + build_command: 'npm install && npm run build -- --prod' # Comando para construir la aplicación Angular environment: - - NODE_ENV=production + - key: NODE_ENV + value: production http_port: 8080 routes: - path: /