nextcloud_passwords_to_bitw.../Dockerfile

10 lines
99 B
Docker
Raw Permalink Normal View History

2024-03-03 16:32:38 +01:00
FROM deblan/php:8.3
WORKDIR /app
COPY . .
RUN composer install
ENTRYPOINT ["php", "index.php"]