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 61557b3 commit 6c794f4Copy full SHA for 6c794f4
Dockerfile
@@ -11,7 +11,7 @@ COPY ./script/entrypoint.sh /entrypoint.sh
11
RUN chmod +x /entrypoint.sh
12
13
WORKDIR /dashboard
14
-COPY dist/dash-${TARGETOS}-${TARGETARCH} ./app
+COPY dist/server-dash-${TARGETOS}-${TARGETARCH} ./app
15
16
VOLUME ["/dashboard/data"]
17
EXPOSE 80 2222
0 commit comments