Skip to content

Commit ec9f7a2

Browse files
chore: recover binary name in dockerfile
1 parent ca4505f commit ec9f7a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ RUN apk update && apk add zfs bash
1212

1313
WORKDIR /home/dblab
1414

15-
COPY ./bin/dblab-server ./bin/dblabserver
15+
COPY ./bin/dblab-server ./bin/dblab-server
1616
COPY ./api ./api
1717
COPY ./web ./web
1818
COPY ./configs ./configs
1919
COPY ./scripts ./scripts
2020

21-
CMD ./bin/dblabserver
21+
CMD ./bin/dblab-server

0 commit comments

Comments
 (0)