8000 fix: update entrypoint · staevs/s3-deploy-action@23a6082 · GitHub
[go: up one dir, main page]

Skip to 8000 content

Commit 23a6082

Browse files
committed
fix: update entrypoint
1 parent 4c64841 commit 23a6082

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM amazon/aws-cli:2.8.9
22

3-
COPY entrypoint.sh entrypoint.sh
4-
5-
ENTRYPOINT ["./entrypoint.sh"]
3+
ADD entrypoint.sh /entrypoint.sh
4+
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)
0