server/.dockerignore
Chuck Adams 0d51ceb8fd
initial docker config (not yet working)
Signed-off-by: Chuck Adams <chaz@chaz.works>
2025-11-18 11:31:27 -07:00

13 lines
158 B
Text

# ignore everything by default
*
# copy these directories
!bin/
!docker/fairpm-wordpress
# copy these files
!.env
!README.md
!composer.json
!composer.lock