Skip to content

Commit c572192

Browse files
authored
Merge pull request #100 from glensc/replace-entrypoint
Replace bash wrapper for entrypoint
2 parents 54c6185 + 87c1b59 commit c572192

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,4 @@ ADD src /app/src
4444

4545
RUN composer install -a --no-dev
4646

47-
ADD entrypoint.sh /app/entrypoint.sh
48-
49-
ENTRYPOINT ["/app/entrypoint.sh"]
47+
ENTRYPOINT ["/app/bin/console.php"]

entrypoint.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)