server:
    build: .
    volumes:
        - ./src:/usr/share/nginx/html
    ports:
        - "80:80"
