Go to file
2023-06-24 19:22:54 +02:00
src first commit 2023-06-24 19:13:06 +02:00
.dockerignore first commit 2023-06-24 19:13:06 +02:00
.gitignore first commit 2023-06-24 19:13:06 +02:00
docker-compose.dev.yaml first commit 2023-06-24 19:13:06 +02:00
docker-compose.yaml first commit 2023-06-24 19:13:06 +02:00
Dockerfile first commit 2023-06-24 19:13:06 +02:00
package-lock.json first commit 2023-06-24 19:13:06 +02:00
package.json first commit 2023-06-24 19:13:06 +02:00
readme.md modificato readme 2023-06-24 19:22:54 +02:00
tsconfig.json first commit 2023-06-24 19:13:06 +02:00

Docker-typescript

Todos

  • capire come deployare l'immagine buildata da docker
  • modificare poi il docker-compose.yaml per puntare all'immagine deployata.

Commands

development

docker-compose -f docker-compose.dev.yaml up --build

production

docker-compose up --build