Skip to content

Commit 2579a1e

Browse files
committed
fix: dist.Dockerfile
1 parent d9ca32d commit 2579a1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dist.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ WORKDIR /app
55
ARG TARGETPLATFORM
66

77
COPY dist/$TARGETPLATFORM/server.exe /app/
8-
RUN echo hosx
9-
RUN sha256sum /app/* > /dev/stderr
8+
9+
CMD ["app/server.exe"]

0 commit comments

Comments
 (0)