Skip to content

Commit

Permalink
fix: change values
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann78K committed Nov 13, 2024
1 parent cd4543b commit 1b18778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 66 deletions.
64 changes: 0 additions & 64 deletions .data.production

This file was deleted.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ COPY . .
RUN composer install --no-dev --optimize-autoloader

# Copiar el archivo de configuración de producción (por ejemplo, .env.production)
COPY .data.production .env
COPY .data .env

# Generar la clave de la aplicación
RUN php artisan key:generate
# RUN php artisan key:generate

# Compilar assets (si usas Laravel Mix, TailwindCSS, etc.)
RUN npm install && npm run prod
Expand Down

0 comments on commit 1b18778

Please sign in to comment.