Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solución Docker Firebase #980

Open
wants to merge 1 commit into
base: 2022
Choose a base branch
from
Open

Conversation

rodrigoantoniak
Copy link

Se modifica el tipo de contenedor desde PHP a Ubuntu y se instala Firebase Tools con un binario directamente en /bin/ para no necesitar agregar la ruta al PATH.

@rodrigoantoniak rodrigoantoniak added the Unidad 6 - tec. emerg. Tecnologias Emergentes label Dec 8, 2022
@rodrigoantoniak rodrigoantoniak requested a review from a team December 8, 2022 20:06
@rodrigoantoniak rodrigoantoniak requested review from fivanparedes, jorferr89 and matiasagbenitez and removed request for a team December 8, 2022 20:06
@@ -1,12 +1,23 @@
FROM php:7.2-apache
FROM ubuntu:latest
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seria bueno utilizar uno de node directamente se podria definir una version especifica, y en base a eso hacer el npm install

no es muy estandar bajarse los binarios de las dependencias que uno necesita, pero ello ya cada tecnologia maneja su gestor de paquetes.

composer, npm, bundler etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Unidad 6 - tec. emerg. Tecnologias Emergentes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants