Skip to content

Commit

Permalink
Rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
whoan committed Dec 20, 2020
1 parent e54c00e commit 94c4d41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*
!entrypoint.sh
!docker-build.sh
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM docker:19.03.2
LABEL "maintainer"="whoan <juaneabadie@gmail.com>"
LABEL "repository"="https://github.com/whoan/docker-build-with-cache-action"

COPY entrypoint.sh /entrypoint.sh
COPY docker-build.sh /docker-build.sh

RUN apk add --no-cache bash

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/docker-build.sh"]
File renamed without changes.

0 comments on commit 94c4d41

Please sign in to comment.