Skip to content
Snippets Groups Projects
Dockerfile 554 B
##############################################################################
# Dockerfile to build nginx and shibboleth for LINDAT Dspace container
# Based on Ubuntu
##############################################################################
#
# Quick usage:
# docker build -t merlin-webpage .
# docker run --rm -p 8080:80  merlin-webpage 
#
ARG PHP_VERSION=7.4

FROM php:$PHP_VERSION-apache
ARG LABEL_VCS_URL="https://gitlab.inf.unibz.it/commul/merlin-platform/www"
LABEL maintainer="Egon W. Stemle <egon.stemle@eurac.edu>"

COPY ./ /var/www/html/