initial commit
All checks were successful
continuous-integration/woodpecker the build was successful
All checks were successful
continuous-integration/woodpecker the build was successful
This commit is contained in:
commit
404138abaf
6 changed files with 90 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM zknt/pixelfed@sha256:91a991c830e652e43f756278af0b06f0e3e6eedf1a2c522ed7ceb9b1ac7552bc
|
||||
|
||||
COPY wait-for-db.php /wait-for-db.php
|
||||
|
||||
RUN apt-install php${PHPVER}-pgsql
|
Reference in a new issue