1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 15:28:06 +02:00
This commit is contained in:
JEFERSON DOUGLAS MEDEIROS MELO 2024-06-12 19:12:53 +00:00 committed by GitHub
commit 7dbcf54ea8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,5 +3,7 @@ services:
build:
context: app
target: builder
volumes:
- ./app:/app
ports:
- '8000:8000'
- '8000:8000'