You've already forked gitea-composer-upload-action
add entrypoint.sh
This commit is contained in:
@@ -17,4 +17,6 @@ RUN composer install
|
||||
|
||||
USER php
|
||||
|
||||
CMD ["php", "/var/src/app.php"]
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
3
entrypoint.sh
Executable file
3
entrypoint.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
php /var/src/app.php
|
||||
Reference in New Issue
Block a user