You've already forked gitea-composer-upload-action
updating structure
This commit is contained in:
12
action.Dockerfile
Normal file
12
action.Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
ARG PHP_VERSION=8.3.10-1
|
||||
|
||||
FROM rosven9856/php:$PHP_VERSION
|
||||
|
||||
COPY . /usr/bin/app
|
||||
WORKDIR /usr/bin/app
|
||||
|
||||
RUN composer install
|
||||
|
||||
VOLUME ["/usr/bin/app"]
|
||||
|
||||
ENTRYPOINT ["php", "-f", "/usr/bin/app/app.php"]
|
||||
Reference in New Issue
Block a user