Skip to content

Commit fdeccf8

Browse files
committed
docker: Remove redundant cmd
1 parent bb4c4e4 commit fdeccf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FROM alpine:3.9
1818
COPY --from=build_go /go/src/github.com/RoboCup-SSL/ssl-status-board/release/ssl-status-board_linux_amd64 /app/ssl-status-board
1919
EXPOSE 8082
2020
ENTRYPOINT ["/app/ssl-status-board"]
21-
CMD ["/app/ssl-status-board"]
21+
CMD []

0 commit comments

Comments
 (0)