Skip to content

Commit

Permalink
ci: 修正 Dockerfile 错误
Browse files Browse the repository at this point in the history
  • Loading branch information
caixw committed Apr 7, 2021
1 parent 6662e0b commit d2e0bf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# blogit dockerfile
# apidoc dockerfile

FROM scratch

MAINTAINER caixw <https://caixw.io>

COPY ./blogit /
COPY ./apidoc /

ENTRYPOINT ["/blogit"]
ENTRYPOINT ["/apidoc"]

0 comments on commit d2e0bf9

Please sign in to comment.