italia / spid-cie-php

Software Development Kit for easy SPID/CIE access integration with simplesamlphp - developed and mantained by Michele D'Amico @damikael
https://italia.github.io/spid-cie-php/
Apache License 2.0
83 stars 39 forks source link

Documentazione per Docker #237

Open MCalvano opened 9 months ago

MCalvano commented 9 months ago

Vorrei avviare il progetto all'interno di un Docker. Ho trovato il Dockerfile all'interno della dir /setup ma non ho trovato istruzioni in merito. Ho quindi provato a creare un container tramite docker compose ma se provo a fare un docker compose up ottengo questo errore:

spid-cie-php-myservice-1 | cp: cannot stat '/home/config/*': No such file or directory spid-cie-php-myservice-1 exited with code 1

Il problema sembra la riga 82 del Dockerfile, ovvero:

cp /home/config/* /home/spid-php/ && \

Questo è il mio docker-compose.yml:

version: "3"

services:
  myservice:
    build: setup
    ports:
      - "8080:80"

E' possibile avere supporto in merito? Grazie mille