mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-09 22:44:48 +00:00
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
|