feat(go): expose server port on container

This commit is contained in:
Joao P Dubas 2024-01-29 12:33:22 +00:00
parent 8c69de4529
commit acbfc3e45c

View File

@ -28,5 +28,7 @@ services:
target: go
image: 'joaodubas/addressex:go'
hostname: go
ports:
- '9000:9000'
entrypoint: sleep
command: infinity