You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
Il problema sembra la riga 82 del Dockerfile, ovvero:
cp /home/config/* /home/spid-php/ && \
Questo è il mio docker-compose.yml:
E' possibile avere supporto in merito?
Grazie mille
The text was updated successfully, but these errors were encountered: