forked from sma11black/hexo-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: update script to prevent blank page
- Loading branch information
1 parent
e34a107
commit 44251d1
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM node:12-buster-slim | ||
|
||
LABEL version="1.0.0" | ||
LABEL version="1.0.6" | ||
LABEL repository="https://github.com/alterhu2020/hexo-gulp-action" | ||
LABEL homepage="https://seniortesting.club" | ||
LABEL maintainer="alterhu2020 <[email protected]>" | ||
|
@@ -12,4 +12,4 @@ RUN apt-get update > /dev/null && \ | |
apt-get install -y git openssh-client > /dev/null ; \ | ||
chmod +x /entrypoint.sh | ||
|
||
ENTRYPOINT ["/entrypoint.sh"] | ||
ENTRYPOINT ["/entrypoint.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters