From c5b741d98fed4b04c1017f0ace3d6b6566ea7bba Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 16 Nov 2022 13:23:51 +0100 Subject: Experiment Development Containers / GitHub Codespaces (#4859) * Experiment Development Containers / GitHub Codespaces https://containers.dev/ https://github.com/features/codespaces * Fix tests --- .devcontainer/postCreateCommand.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 .devcontainer/postCreateCommand.sh (limited to '.devcontainer/postCreateCommand.sh') diff --git a/.devcontainer/postCreateCommand.sh b/.devcontainer/postCreateCommand.sh new file mode 100755 index 000000000..f5398efb9 --- /dev/null +++ b/.devcontainer/postCreateCommand.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +ln -s "$(pwd)" /var/www/FreshRSS + +cp ./Docker/*.Apache.conf /etc/apache2/conf.d/ + +cat <./constants.local.php +