We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d9998 commit e1a9b38Copy full SHA for e1a9b38
frontend/dockerfile
@@ -11,7 +11,7 @@ COPY package.json package-lock.json /app/
11
RUN npm install
12
13
# Copia todo el código fuente del frontend
14
-COPY ./frontend /app
+COPY . /app
15
16
# Si estás construyendo una versión de producción
17
RUN npm run build
0 commit comments