Aplicando Docker para montar el archivo

This commit is contained in:
Juan Pablo Vial
2022-06-30 20:30:34 -04:00
parent 827566b4f2
commit a72875733b
2 changed files with 21 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
version: '3'
services:
app:
image: rust
build: .
env_file:
- .env
volumes:
- ./cities.json:/share/cities.json