Skip to content

Commit 6c794f4

Browse files
committed
Update.
1 parent 61557b3 commit 6c794f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY ./script/entrypoint.sh /entrypoint.sh
1111
RUN chmod +x /entrypoint.sh
1212

1313
WORKDIR /dashboard
14-
COPY dist/dash-${TARGETOS}-${TARGETARCH} ./app
14+
COPY dist/server-dash-${TARGETOS}-${TARGETARCH} ./app
1515

1616
VOLUME ["/dashboard/data"]
1717
EXPOSE 80 2222

0 commit comments

Comments
 (0)