Skip to content
This repository was archived by the owner on Mar 15, 2019. It is now read-only.

Commit 57bfa79

Browse files
author
Julien Neuhart
committed
useless yet essential typo refactoring
1 parent b6bcac5 commit 57bfa79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apache/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ COPY crontab /tmp/
4444
RUN crontab /tmp/crontab
4545

4646
# defines entry point
47-
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
47+
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
4848

49-
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
49+
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]

0 commit comments

Comments
 (0)