@ -0,0 +1,9 @@
version: "3.9"
services:
frontend:
container_name: frontend-adw
restart: unless-stopped
build: Dockerfile
ports:
- "3000:3000"
stdin_open: true