Skip to content

Commit fe8ab7d

Browse files
committed
Fixed Dashboard Dockerfile
1 parent 294d54f commit fe8ab7d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

DisBot.Dashboard.Host/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ ENV PATH="/root/.bun/bin:${PATH}"
1616
ARG BUILD_CONFIGURATION=Release
1717

1818
# Download npm packages
19-
WORKDIR /src/Hosts/Moonlight.Frontend.Host/Styles
20-
21-
COPY ["Hosts/Moonlight.Frontend.Host/Styles/package.json", "package.json"]
19+
WORKDIR /src/DisBot.Dashboard.Client/Styles
20+
COPY ["DisBot.Dashboard.Client/Styles", "DisBot.Dashboard.Client/Styles"]
2221

2322
RUN bun install
2423

0 commit comments

Comments
 (0)