Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentazione per Docker #237

Open
MCalvano opened this issue Feb 1, 2024 · 0 comments
Open

Documentazione per Docker #237

MCalvano opened this issue Feb 1, 2024 · 0 comments

Comments

@MCalvano
Copy link

MCalvano commented Feb 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant