Skip to content
Snippets Groups Projects

OP#7728 Redirect Tool anpassen https://projects.iml.unibe.ch/work_packages/77287728 handle http and https redirects

Merged Hahn Axel (hahn) requested to merge 7728-handle-http-and-https-redirects into master

Files

#
# GENERATED BY init.sh - template: templates/web-server-Dockerfile - 42dce773c83597a7d05af398bdd66d15
#
FROM php:8.3-apache
FROM php:8.4-apache
# install packages
RUN apt-get update && apt-get install -y git unzip zip
Loading