Skip to content

Commit b4e5180

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

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

dist.Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ 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+
RUN chmod +x dist/$TARGETPLATFORM/server.exe
10+
11+
CMD ["app/server.exe"]

0 commit comments

Comments
 (0)