up
This commit is contained in:
+2
-2
@@ -46,8 +46,8 @@ COPY --from=builder /app/public ./public
|
||||
COPY --from=builder /app/resources/views ./resources/views
|
||||
COPY --from=builder /app/assets ./assets
|
||||
|
||||
# config.yml se monta como volumen o se inyecta vía env en Coolify
|
||||
COPY config.sample.yml ./config.yml
|
||||
# Copiar configuración real (las credenciales se sobreescriben con variables de entorno)
|
||||
COPY config.yml ./config.yml
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
||||
Reference in New Issue
Block a user