Skip to content

Commit

Permalink
feat: first comit
Browse files Browse the repository at this point in the history
  • Loading branch information
santiago-ojv committed Jun 21, 2024
1 parent 49d8e36 commit 82dcf44
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions deploy/app.yaml
Original file line number Diff line number Diff line change
@@ -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: /
Expand Down

0 comments on commit 82dcf44

Please sign in to comment.