fix typo in dockerfile
This commit is contained in:
parent
4a197eed1d
commit
28fd72d66e
2 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@ RUN apk add --no-cache \
|
|||
rsync
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoints.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue