abp icon indicating copy to clipboard operation
abp copied to clipboard

Malformed docker-compose.yml using Blazor WebAssembly

Open beriniwlew opened this issue 3 years ago • 0 comments

ABP Commerical/CLI 6.0.0-rc.1. Blazor WebAssembly EF Core/Postgres

The docker-compose.yml is malformed when you have a Blazor project.
I should note that I used ABP Suite to generate this initial solution.

Steps to reproduce:

  1. Create 6.0.0-rc.1 prerelease solution using ABP Suite
  2. Note etc/docker/docker-compose.yml - it contains two definitions for volumes, malforming it.
// SNIP
    restart: on-failure
    volumes:
      - ./appsettings.json:/usr/share/nginx/html/appsettings.json
    volumes:
      - ./certs:/root/certificate
    networks:
      - abp-network

beriniwlew avatar Aug 01 '22 22:08 beriniwlew