Skip to content

Commit

Permalink
feat: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePushMaker committed Dec 29, 2024
1 parent 6aef77f commit 5a2be1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# construimos una imagen partiendo del asistente de octane. Usamos una imagen base optimizada para Laravel,
# que incluye PHP y todos los paquetes requeridos.
# Podemos usar siempre esta para construir nuestros proyectos de laravel
FROM elrincondelisma/octane:latest
FROM elrincondeisma/octane:latest

#Instalamos Composer descargando el instalador oficial y configurándolo en /usr/local/bin.
Run curl -sS https://getcomposer.org/installer | php -- \
Expand Down

0 comments on commit 5a2be1c

Please sign in to comment.