diff --git a/scripts/pigallery2/manifest.dat b/scripts/pigallery2/manifest.dat index 70fcca8..8066702 100644 --- a/scripts/pigallery2/manifest.dat +++ b/scripts/pigallery2/manifest.dat @@ -6,4 +6,7 @@ @ pigallery2 % @ #ADDITIONAL_REPLACE -@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";") \ No newline at end of file +@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";") +% +@ #START_CONTAINER +@ os.system("mkdir -p /opt/pigallery2/config /opt/pigallery2/sqlite/ && touch /opt/pigallery2/config/config.json /opt/pigallery2/sqlite/sqlite.db") \ No newline at end of file