mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
🚢 Simplified docker builds (#456)
* Simplify docker builds * Ignore docker and frontend scripts from PHP related checks * Update docker development setup
This commit is contained in:
committed by
GitHub
parent
3ed91545d1
commit
23f6b1877f
8
docker/development/adminer/Dockerfile
Normal file
8
docker/development/adminer/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM adminer:latest
|
||||
|
||||
USER root
|
||||
|
||||
USER adminer
|
||||
CMD [ "php", "-S", "[::]:8080", "-t", "/var/www/html" ]
|
||||
|
||||
EXPOSE 8080
|
||||
Reference in New Issue
Block a user