We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d9d66 commit 3374a8eCopy full SHA for 3374a8e
Dockerfile
@@ -27,7 +27,7 @@ RUN mkdir -p ./Plugins/ItemsPlanning.Pn
27
RUN mkdir -p ./Plugins/GreateBelt.Pn
28
COPY --from=build-env /app/ItemsPlanning.Pn/out ./Plugins/ItemsPlanning.Pn
29
COPY --from=build-env /app/GreateBelt.Pn/out ./Plugins/GreateBelt.Pn
30
-COPY --from=node-env /app/dist wwwroot
+COPY --from=node-env /app/dist/browser wwwroot
31
32
ENV DEBIAN_FRONTEND noninteractive
33
ENV Logging__Console__FormatterName=
0 commit comments