Skip to content

Commit

Permalink
Dockerfile: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
remorses committed Aug 15, 2019
1 parent 96285dc commit bdabc2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ COPY LICENSE README.md /

RUN apk add --no-cache git sed

COPY ./bump /bump

COPY ./suitable /suitable
COPY entrypoint.sh /entrypoint.sh
COPY ./_sed /_sed
COPY ./_sed_with_prefix /_sed_with_prefix

RUN chmod +x /bump

RUN chmod +x /suitable
RUN chmod +x /entrypoint.sh
RUN chmod +x /_sed
Expand Down

0 comments on commit bdabc2a

Please sign in to comment.