Changed Dockerfile.

This commit is contained in:
Marco Dalla Santa
2020-12-21 21:44:32 +01:00
parent 5b2be75e1a
commit e3f5136f75
2 changed files with 2 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: underscore69/ssh-scp-deploy@main
- uses: underscore69/ssh-scp-deploy@development
with:
local: "./"
remote: "~/"

View File

@@ -7,10 +7,6 @@ RUN apk update && \
bash
COPY LICENSE README.md /
COPY entrypoint.sh /entrypoint.sh
COPY with_key.sh /with_key.sh
COPY with_pass.sh /with_pass.sh
COPY entrypoint.sh with_key.sh with_pass.sh /
ENTRYPOINT ["/entrypoint.sh"]