Dev-Setup: Admin reagiert nicht

Hallo,

ich habe heute shopware/development installiert. Das Frontend lädt, jedoch mein Admin nicht. Das Logfile sagt nur folgendes:

[2019-12-29 10:23:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/administration/static/css/app.css" (from "http://localhost:8000/admin")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/administration/static/css/app.css\" (from \"http://localhost:8000/admin\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/administration/static/css/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
[2019-12-29 10:23:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/administration/static/css/vendors-node.css" (from "http://localhost:8000/admin")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/administration/static/css/vendors-node.css\" (from \"http://localhost:8000/admin\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/administration/static/css/vendors-node.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []

Der Shopware Container wirft folgende Fehlermeldung:

[php-fpm:access] 127.0.0.1 -  29/Dec/2019:10:18:53 +0000 "GET /index.php" 404 /app/public/index.php 172.607 4096 92.70%
docker.vm:80 172.19.0.1 - - [29/Dec/2019:10:18:53 +0000] "GET /bundles/administration/static/img/favicon/android-chrome-256x256.png HTTP/1.1" 404 311719 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0"
[httpd:access] localhost:80 - - 172.19.0.1 - - [29/Dec/2019:10:18:53 +0000] "GET /bundles/administration/static/img/favicon/android-chrome-256x256.png HTTP/1.1" 404 bytesIn:372 bytesOut:311719 reqTime:0
[php-fpm:access] 127.0.0.1 -  29/Dec/2019:10:18:53 +0000 "GET /index.php" 404 /app/public/index.php 235.303 4096 72.25%

 

Hat hierzu jemand einen Tipp? Ich habe ./psh.phar init bereits mehrfach ausgeführt. Als OS nutze ich Ubuntu 18.04. Installiere ich Shopware ganz normal mit Apache und MariaDB läuft alles ohne Probleme.

Danke + Grüße!

 Installiere ich Shopware ganz normal mit Apache und MariaDB läuft alles ohne Probleme.

Und wie installierst du es dann vorher/sonst? 

Die Fehlermeldung entsteht mit dem Shopware Development / Docker Stack.

Die „manuelle“ Installation mit Apache2 und MariaDB basiert auf dem normalen Installationspaket der Webseite, ohne Docker Setup.

Mit Docker kenne ich mich leider nicht so aus, sorry.