version: '3'
services:
run:
build: .
image: accountapp:latest
env_file: .env
network_mode: host
ports:
- '8080:8080'
shell:
entrypoint: /bin/sh