mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-03 20:57:12 +01:00
Rename the entrypoint script to make it a bit cleaner.
This commit is contained in:
@@ -67,7 +67,7 @@ VOLUME /var/www/app/public
|
||||
|
||||
WORKDIR /var/www/app
|
||||
|
||||
COPY app-entrypoint.sh /entrypoint.sh
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user