We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294d54f commit fe8ab7dCopy full SHA for fe8ab7d
1 file changed
DisBot.Dashboard.Host/Dockerfile
@@ -16,9 +16,8 @@ ENV PATH="/root/.bun/bin:${PATH}"
16
ARG BUILD_CONFIGURATION=Release
17
18
# Download npm packages
19
-WORKDIR /src/Hosts/Moonlight.Frontend.Host/Styles
20
-
21
-COPY ["Hosts/Moonlight.Frontend.Host/Styles/package.json", "package.json"]
+WORKDIR /src/DisBot.Dashboard.Client/Styles
+COPY ["DisBot.Dashboard.Client/Styles", "DisBot.Dashboard.Client/Styles"]
22
23
RUN bun install
24
0 commit comments