Skip to content

Commit d2e0bf9

Browse files
committed
ci: 修正 Dockerfile 错误
1 parent 6662e0b commit d2e0bf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# blogit dockerfile
1+
# apidoc dockerfile
22

33
FROM scratch
44

55
MAINTAINER caixw <https://caixw.io>
66

7-
COPY ./blogit /
7+
COPY ./apidoc /
88

9-
ENTRYPOINT ["/blogit"]
9+
ENTRYPOINT ["/apidoc"]

0 commit comments

Comments
 (0)