mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 05:31:24 +00:00
* Simplify docker builds * Ignore docker and frontend scripts from PHP related checks * Update docker development setup
9 lines
114 B
Docker
9 lines
114 B
Docker
FROM adminer:latest
|
|
|
|
USER root
|
|
|
|
USER adminer
|
|
CMD [ "php", "-S", "[::]:8080", "-t", "/var/www/html" ]
|
|
|
|
EXPOSE 8080
|