mirror of
https://gitee.com/jiulinxiri/ssh-scp-deploy.git
synced 2025-09-10 10:19:49 +08:00
Updated CHANGELOG. Changed Dockerfile.
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
# [Unreleased]
|
||||
|
||||
|
||||
## [v1.0.2] - 2020-12-21
|
||||
|
||||
### Fixed
|
||||
- Dockerfile used to copy just entrypoint.sh.
|
||||
|
||||
## [v1.0.1] - 2020-12-21
|
||||
|
||||
### Fixed
|
||||
|
@@ -8,6 +8,6 @@ RUN apk update && \
|
||||
|
||||
COPY LICENSE README.md /
|
||||
|
||||
COPY *.sh ./
|
||||
COPY *.sh /
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
Reference in New Issue
Block a user